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
For others encountering this, it looks like this might be due to using React 18. next-with-apollo users seem to also have this issue after upgrading (I just upgraded to v18 yesterday).
I get the following warning when using this as hoc inside my Next.js app
My Apollo client:
and this is how I am using it inside my pages
on rendering this my console spits out the following warning
This warning only shows up in the pages in which ssr is set to true
The text was updated successfully, but these errors were encountered: