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

Uncaught exception on IE 11 (Edge Compatibility) #3043

Closed
rjb8682 opened this issue Jul 25, 2018 · 4 comments
Closed

Uncaught exception on IE 11 (Edge Compatibility) #3043

rjb8682 opened this issue Jul 25, 2018 · 4 comments
Labels

Comments

@rjb8682
Copy link

rjb8682 commented Jul 25, 2018

Bug Report

Steps

Clone this repo (my own sample project):

  • Note: I'm using yarn, but of course this should work with npm with minimal changes

Run these steps

  1. Run yarn install
  2. Run yarn start
  3. Go to localhost:8080
  4. Click button on webpage
  5. Type in input box

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)

SCRIPT5022: Exception thrown and not caught
File: bundle.js, Line: 40029, Column: 3

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

@welcome
Copy link

welcome bot commented Jul 25, 2018

👋 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.

@jhogervorst
Copy link

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.

@levithomason
Copy link
Member

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.

@layershifter
Copy link
Member

IE11 doesn't support some features of Set & Map, see #3124.

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

No branches or pull requests

4 participants