-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
Polyfill not working as expected for IE11 #10635
Comments
Please try |
I don't have a window machine, and the dev who found the bug is out for the day. Will try first thing tomorrow. FYI: I got the polyfill example to work. For some reason I had to put the entry changes at the bottom of my |
I was able to figure out how to test. Looks like upgrading did fix the issue |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
I keep reading that IE11 is polyfilled "out of the box", however, I'm running into issues where that does not seem to be the case.
The error is NOT coming from a library, but directly from my react component.
contactRelations
is an array.To Reproduce
I don't have IE11 but and my app is big and complex so I'm not sure how to create a reproducible example.
find()
method on arrayExpected behavior
I expect that it should polyfill the find method
System information
Additional context
I've also tried to polyfill this by following the with-polyfills example, but that doesn't work either. When I try to follow the example, I get an error
Module not found: Can't resolve 'core-js/library/fn/object/assign'
The text was updated successfully, but these errors were encountered: