diff --git a/src/react/hooks/useQuery.ts b/src/react/hooks/useQuery.ts index 363ca3ba3a3..73dbcc44e70 100644 --- a/src/react/hooks/useQuery.ts +++ b/src/react/hooks/useQuery.ts @@ -53,6 +53,7 @@ export function useQuery< if ( context.renderPromises && + options?.fetchPolicy !== "standby" && options?.ssr !== false && !options?.skip && obsQuery.getCurrentResult().loading