下記のようなエラーがでたため、package.jsonにresolutions:{}
追記したけど解決しなくて頭抱えてたけど、NODE_ENV=staging
を消したら直った。
こんな事する人あんまいないと思うけど、全然ググっても出てこなかったのでメモ。
vendor.js?61b0eac928c8c8d9443a:65 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.