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
This issue is reported on other repos but since the react functionality is now included in this repo and I didn't see it reported I wanted to create the issue to track it.
The issue:
I'm using nextjs (latest ~9.5) and the apollo example (using latest apollo client)
When ssr: false in useQuery the query is not loaded on the client
I would expect the query to be called on the client
I know for sure it works correctly because i started the above issue, where it executed ssr: false twice on server and client and after the fix only on the client. Maybe nextjs should add better recipes.
This issue is reported on other repos but since the react functionality is now included in this repo and I didn't see it reported I wanted to create the issue to track it.
The issue:
I'm using nextjs (latest ~9.5) and the apollo example (using latest apollo client)
When ssr: false in useQuery the query is not loaded on the client
I would expect the query to be called on the client
Here are past issues about it:
apollographql/react-apollo#3418
apollographql/react-apollo#4003
The text was updated successfully, but these errors were encountered: