Uncaught Error: Cannot use e "__Schema" from another module or realm.
arojunior opened this issue · 1 comments
arojunior commented
Just in production.
Uncaught Error: Cannot use e "__Schema" from another module or realm.
Ensure that there is only one instance of "graphql" in the node_modules
directory. If different versions of "graphql" are the dependencies of other
relied on modules, use "resolutions" to ensure only one version is installed.
https://yarnpkg.com/en/docs/selective-version-resolutions
Duplicate "graphql" modules cannot be used at the same time since different
versions may have different capabilities and behavior. The data from one
version used in the function from another could produce confusing and
spurious results.
at r (instanceOf.js:11)
at a (definition.js:47)
at i (definition.js:33)
at I (definition.js:214)
at x (definition.js:218)
at new i (wrappers.js:70)
at i (wrappers.js:72)
at Object.<anonymous> (introspection.js:415)
at t (bootstrap a93f4191953d11e43f78:54)
at Object.<anonymous> (vendor.js:12472)
arojunior commented
solved updating dependencies