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
TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them - /local/myproject/node_modules/@graphiql/react/src/utility/context.ts:24:58 - /local/myproject/node_modules/@graphiql/plugin-explorer/dist/index.js:1:2531 - /local/myproject/node_modules/react-dom/cjs/react-dom.development.js:16305:18 - /local/myproject/node_modules/react-dom/cjs/react-dom.development.js:20074:13 - /local/myproject/node_modules/react-dom/cjs/react-dom.development.js:21587:16 - /local/myproject/node_modules/react-dom/cjs/react-dom.development.js:4164:14 - /local/myproject/node_modules/happy-dom/src/event/EventTarget.ts:223:42 - /local/myproject/node_modules/happy-dom/src/nodes/element/Element.ts:1171:29 - /local/myproject/node_modules/happy-dom/src/event/EventTarget.ts:132:9 - /local/myproject/node_modules/happy-dom/src/nodes/element/Element.ts:1171:29
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
The text was updated successfully, but these errors were encountered: