Skip to content

Commit

Permalink
fix(vue:queries): mark the watcher as post flush
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Aug 22, 2024
1 parent 639363c commit c6443c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-query/src/useQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export function useQueries<
)
state.value = getCombinedResultPersisted()
},
{ flush: 'sync' },
{ flush: 'post' },
)

onScopeDispose(() => {
Expand Down

0 comments on commit c6443c4

Please sign in to comment.