Skip to content
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

version 3.6.2 causes the following error in IE11 #746

Closed
alanbentley opened this issue Jan 10, 2020 · 4 comments
Closed

version 3.6.2 causes the following error in IE11 #746

alanbentley opened this issue Jan 10, 2020 · 4 comments

Comments

@alanbentley
Copy link

cannot redefine non-configurable property 'find'

@zloirock
Copy link
Owner

zloirock commented Jan 10, 2020

If in IE11 .find is non-configurable that means that in addition to core-js used another polyfill, incorrect, which defines non-configurable .find method, so, please, check your dependencies.

@zloirock
Copy link
Owner

Maybe related to #702 - MDN loves to propose buggy polyfills which should not be used in real life.

@alanbentley
Copy link
Author

Thanks for the explanation, looks like I'm going to have a fun time identifying the culprit :)

@zloirock
Copy link
Owner

Since it seems as not a core-js bug, closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants