Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
atarek12 committed May 7, 2022
1 parent 865062d commit 546f630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react/hooks/useQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ class InternalState<TData, TVariables> {
}), [obsQuery]);

const ssrAllowed = !(
this.watchQueryOptions.fetchPolicy === 'standby' ||
this.queryHookOptions.ssr === false ||
this.queryHookOptions.skip
);
Expand Down

0 comments on commit 546f630

Please sign in to comment.