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
I see that in looseEqual function you are using JSON.stringify, but JSON.stringify has no quarantines on key order when serializing. See here:
Properties of non-array objects are not guaranteed to be stringified in any particular order. Do not rely on ordering of properties within the same object within the stringification.
The text was updated successfully, but these errors were encountered:
I see that in looseEqual function you are using
JSON.stringify
, butJSON.stringify
has no quarantines on key order when serializing. See here:The text was updated successfully, but these errors were encountered: