Closed helabenkhalfallah closed 1 year ago
@helabenkhalfallah Since you're using graphql@15.5.1
, which fixes a source of false positives for this warning (see https://github.com/graphql/graphql-js/pull/2894), this error most likely indicates you have more than one copy of the graphql
package installed in your node_modules
directory tree. Can you run npm ls graphql
and report the output here?
Thank you @benjamn for your answer, here is the output of npm ls graphql
:
`-- graphql@15.5.1
I analyzed my webpack PROD bundle and I searched for graphql, I get this :
I don't see a duplication.
Hello have you an idea ? thank you for your help :) :)
@helabenkhalfallah Can you share your package.json
and package-lock.json
files? Alternatively, if you can create a runnable reproduction of the problem, that would be even better.
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 :) :)