We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfe93b commit 1e24d21Copy full SHA for 1e24d21
packages/vue-apollo-composable/src/useQuery.ts
@@ -236,7 +236,7 @@ export function useQueryImpl<
236
237
if (!currentResult.loading || currentResult.partial || currentOptions.value?.notifyOnNetworkStatusChange) {
238
onNextResult(currentResult)
239
- ignoreNextResult = true
+ ignoreNextResult = !currentResult.loading
240
} else if (currentResult.error) {
241
onError(currentResult.error)
242
ignoreNextResult = true
0 commit comments