-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbol exception in IE11 again @ 3.1.0 #550
Comments
How it could be equals Please, provide more info or a reproducible example. |
sorry, it's "getOwnPropertySymbolsModule.f" equals undefined, in IE 11 |
I have no ideas in which case it's possible. Seems a new kind of strange |
sorry again, it caused by another package, that try to implement window.Symbol, but not completely. |
I'll add an additional check for |
Added. |
In case people don't know |
i use rollup + babel@7 + core-js for bundling my web app,
after update core-js from 3.0.1 to 3.1.0, i got a new symbol exception .
@ core-js/packages/core-js/modules/es.symbol.js :
"getOwnPropertySymbolsModule" equals undefined, which import from:
var getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');
there was a similar exception with 3.0.0, but fixed in 3.0.1.
https://github.com/zloirock/core-js/issues/513
The text was updated successfully, but these errors were encountered: