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
Adding a plugin to GraphiQL (in my case @graphiql/plugin-explorer), causes the /graphiql endpoint to crash.
Error shown in the console:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'umdPlugin')
at main.js:145:78
at Array.map (<anonymous>)
at render (main.js:145:36)
Adding a plugin to GraphiQL (in my case @graphiql/plugin-explorer), causes the /graphiql endpoint to crash.
Error shown in the console:
index.ts:
Dependencies:
"mercurius": "14.1.0"
"fastify": "4.28.1",
"node": "20.13.1"
The text was updated successfully, but these errors were encountered: