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
@BridgeAR reported bunch of bugs in Map and Set equality checks. To fix them i was need to switch back Map and Set equality check back to use js algorithm (NaN === NaN, +0 === -0, ref compared by === instead of value check).