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
VM704:1 Uncaught TypeError: Converting circular structure to JSON
--> starting at object with constructor 'InMemoryCache'
| property 'policies' -> object with constructor 'Policies'
| property 'config' -> object with constructor 'Object'
--- property 'cache' closes the circle
at JSON.stringify (<anonymous>)
at eval (eval at push.../../../../../node_modules/.pnpm/[email protected]/node_modules/apollo-link-webextensions-messaging/lib/rpcs.js.exports.operationRequestRPC (rpcs.js:37), <anonymous>:1:6)
at Object.push.../../../../../node_modules/.pnpm/[email protected]/node_modules/apollo-link-webextensions-messaging/lib/rpcs.js.exports.operationRequestRPC (rpcs.js:37)
at index.js:90
Stringifying operation.getContext() is causing this issue.
Stringifying
operation.getContext()
is causing this issue.The text was updated successfully, but these errors were encountered: