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

IE not working with for...of #2092

Closed
christieb7007 opened this issue Aug 16, 2019 · 1 comment · Fixed by #2099
Closed

IE not working with for...of #2092

christieb7007 opened this issue Aug 16, 2019 · 1 comment · Fixed by #2099
Labels

Comments

@christieb7007
Copy link

christieb7007 commented Aug 16, 2019

The app is erroring out in IE 11 with SCRIPT5007: Object expected which is coming from Symbol.iterator from the for...of loops added in 7e15905 and elsewhere (jsutils/mapValue..js#L23, etc)

UPDATE: I was able to fix this in my project by adding the core-js symbol as a polyfill. Perhaps the solution is to add that to https://github.com/graphql/graphql-js/tree/master/src/polyfills

@IvanGoncharov
Copy link
Member

@christieb7007 Thanks for the detailed report 👍
Fixed in #2099.
I plan to make release today/tomorrow.

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

Successfully merging a pull request may close this issue.

2 participants