Skip to content

Commit c6443c4

Browse files
authored
fix(vue:queries): mark the watcher as post flush
1 parent 639363c commit c6443c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-query/src/useQueries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export function useQueries<
341341
)
342342
state.value = getCombinedResultPersisted()
343343
},
344-
{ flush: 'sync' },
344+
{ flush: 'post' },
345345
)
346346

347347
onScopeDispose(() => {

0 commit comments

Comments
 (0)