You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparing to null without a type-checking operator (=== or !==), can have unintended results as the comparison will evaluate to true when comparing to not just a null, but also an undefined value.
Occurrences
There are 2 occurrences of this issue in the repository.
Description
Comparing to
null
without a type-checking operator (===
or!==
), can have unintended results as the comparison will evaluate totrue
when comparing to not just anull
, but also anundefined
value.Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/openinf/util-errors/issue/JS-0059/occurrences/
The text was updated successfully, but these errors were encountered: