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 3a6520e commit aab75f3Copy full SHA for aab75f3
packages/react/src/hooks/watched/useWatchedQuery.ts
@@ -9,7 +9,6 @@ export const useWatchedQuery = <RowType = unknown>(
9
10
const createWatchedQuery = React.useCallback(() => {
11
return powerSync.incrementalWatch<RowType[]>({
12
- // This always enables comparison. Might want to be able to disable this??
13
watch: {
14
placeholderData: [],
15
query,
0 commit comments