Open cwoolum opened 7 months ago
Hi, did you ever resolve this issue? What versions of graphiql/react, graphiql, and graphiql/plugin-explorer don't cause this issue?
Oops never mind! Just use the versions of graphiql and graphiql/plugin-explorer above and upgrade graphiql/react to 0.22.4. That worked for me.
Is there an existing issue for this?
Current Behavior
We are getting the error
We had previously been using
Upon upgrading our packages,
@graphiql/plugin-explorer
upgraded to1.0.4
and@graphiql/react
to0.20.4
, the above error started occurring.Expected Behavior
Out tests were previously been passing so I would expect them to continue with no changes
Steps To Reproduce
Open this environment
https://stackblitz.com/edit/vitejs-vite-kkpoqd?file=vite.config.ts
Run
npx vitest
.Environment
react
Version: N/Agraphql
Version: 3.1.0Anything else?
No response