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
Hello,
I have an issue with, I believe, the way Symbols are polyfilled. I receive this error when Facebook's regenerator starts polyfilling: Uncaught TypeError: Cannot assign to read only property '@@toStringTag' of [object Object]
e.g. run this fiddle in Chrome with console open: https://jsfiddle.net/medikoo/5g66e20r/
It shows exactly same exception when tried on native symbol (no polyfill involved)
If Facebook's regenator crashes on that, it's bug on their side not in this polyfill. Please report it to them
I'm closing it, but if you still have some questions or want to add a comment do not hesitate. Let's continue the discussion.
Hello,
I have an issue with, I believe, the way Symbols are polyfilled. I receive this error when Facebook's regenerator starts polyfilling:
Uncaught TypeError: Cannot assign to read only property '@@toStringTag' of [object Object]
Here is a similar issue with another
polyfill-service
:polyfillpolyfill/polyfill-service#1295
Here's how I use the polyfill:
Is it possible to set Symbol.toStringTag to be writable as they do here ?
polyfillpolyfill/polyfill-service@b31d234
The text was updated successfully, but these errors were encountered: