
A type-safe comparision against null can be incorrectly positive with never initialized variables (undefined). As spotted in https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3688#note_2407551, allowing for type coercion avoids this situation. Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7854 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3688>