diff --git a/src/react/hooks/useQuery.ts b/src/react/hooks/useQuery.ts index 5faba104f6a..f5741f15170 100644 --- a/src/react/hooks/useQuery.ts +++ b/src/react/hooks/useQuery.ts @@ -434,6 +434,7 @@ class InternalState { }), [obsQuery]); const ssrAllowed = !( + this.watchQueryOptions.fetchPolicy === 'standby' || this.queryHookOptions.ssr === false || this.queryHookOptions.skip );