Skip to content

Commit 427257f

Browse files
committed
fix(core): remove unnecessary deep watcher in useQuery
1 parent 89ce295 commit 427257f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/composables/useQuery.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,6 @@ export function useQuery<TData = unknown, TVariables extends OperationVariables
337337
stop()
338338
start()
339339
}
340-
}, {
341-
deep: true,
342-
flush: 'post'
343340
})
344341
}
345342

0 commit comments

Comments
 (0)