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
The way I see it Map won't accept objects as keys. There's an alternative to WeakMap if it's not available by using polyfill weakmap-polyfill by @polygonplanet
The text was updated successfully, but these errors were encountered:
I want to ask. Is there are reasons to fallback to
Map
whenWeakMap
is not available?hookuspocus/src/core.js
Line 1 in d77f0b4
hookuspocus/src/core.js
Line 7 in d77f0b4
The way I see it
Map
won't accept objects as keys. There's an alternative toWeakMap
if it's not available by using polyfill weakmap-polyfill by @polygonplanetThe text was updated successfully, but these errors were encountered: