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
When doing a deep equality comparison, the deep equality of keys as well as values are used for Map. This is intentional, as it allows for comparisons like this:
Since the spec of Map lookups use SameValueZero for keys, it is not obvious that this is the case. The documentation should call out this feature and its reasoning so developers are aware.
When doing a deep equality comparison, the deep equality of keys as well as values are used for
Map
. This is intentional, as it allows for comparisons like this:Since the spec of
Map
lookups use SameValueZero for keys, it is not obvious that this is the case. The documentation should call out this feature and its reasoning so developers are aware.Originally called out in this PR by @g-traub .
The text was updated successfully, but these errors were encountered: