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
Since NaN !== NaN, a NaN value causes containSubset to fail, and the error message is confusing because it looks like it's erroneously complaining about missing fields...
Since
NaN !== NaN
, aNaN
value causescontainSubset
to fail, and the error message is confusing because it looks like it's erroneously complaining about missing fields...Maybe we should use
Object.is
or equivalent?The text was updated successfully, but these errors were encountered: