-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Different behaviours on chrome and IE11 (Cannot use undefined "__Schema" from another module or realm.) #8490
Comments
@helabenkhalfallah Since you're using |
Thank you @benjamn for your answer, here is the output of `-- graphql@15.5.1 |
Hello have you an idea ? thank you for your help :) :) |
@helabenkhalfallah Can you share your |
We're closing this issue now but feel free to ping the maintainers or open a new issue if you still need support. Thank you! |
Intended outcome:
Having the same behaviours on chrome and IE11.
Actual outcome:
Running my application on chrome, it works perfectly.
However the same application runing on IE11, I get :
I don't use yarn, I use npm.
I checked that I have only one deps for graphql :
How to reproduce the issue:
Here is my code :
gqlQuery :
GqlProvider :
Using on my component :
I tried also the hooks version, the same issue.
Routes.js :
Versions
IE :
Chrome:
Thank you for your help :) :)
The text was updated successfully, but these errors were encountered: