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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
useQuery(query, { ssr: false }) runs on the client side on page load in an SSR application.
Actual outcome:
It is not being run. It seems it is hydrating with null and is therefore not firing the query on the client on load. This works using the <Query> component and there are no results for this query in the hydration data from the server.
How to reproduce the issue:
Haven’t created a repro yet. I can do that if you’re not able to surface the bug.
Intended outcome:
useQuery(query, { ssr: false })
runs on the client side on page load in an SSR application.Actual outcome:
It is not being run. It seems it is hydrating with
null
and is therefore not firing the query on the client on load. This works using the<Query>
component and there are no results for this query in the hydration data from the server.How to reproduce the issue:
Haven’t created a repro yet. I can do that if you’re not able to surface the bug.
Version
The text was updated successfully, but these errors were encountered: