-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Uncaught exception on IE 11 (Edge Compatibility) #3043
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
We’re also having issues with a Modal causing the “Invalid attempt to spread non-iterable instance” exception in IE11. It would be great if this could be fixed! I’ll be watching this thread. |
I don't have a windows machine available during weekends to test this. @layershifter any chance you could run a check here? Not sure where the spread is, but it sounds like an easy fix was we can locate it. |
IE11 doesn't support some features of |
Bug Report
Steps
Clone this repo (my own sample project):
Run these steps
yarn install
yarn start
localhost:8080
Expected Result
No errors in console
Actual Result
The following errors show in the console every time an event fires (mouse click, or keyboard press)
When clicking the file that is shown in the error, it links to the _nonIterableSpread function from the
@babel-runtime
Version
Semantic UI React version:
0.82.1
Internet Explorer update version:
11.0.70
The text was updated successfully, but these errors were encountered: