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
Map({ [MySymbol]: 5 }) generates an empty map despite Map([[MySymbol, 5]]) generating a single item Map. I imagine Map uses Object.keys on object argument instead of a combination of Object.keys and Object.getOwnPropertySymbols.