You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The app is erroring out in IE 11 with
SCRIPT5007: Object expected
which is coming fromSymbol.iterator
from thefor...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
The text was updated successfully, but these errors were encountered: