Skip to content

Commit aab75f3

Browse files
cleanup
1 parent 3a6520e commit aab75f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/hooks/watched/useWatchedQuery.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const useWatchedQuery = <RowType = unknown>(
99

1010
const createWatchedQuery = React.useCallback(() => {
1111
return powerSync.incrementalWatch<RowType[]>({
12-
// This always enables comparison. Might want to be able to disable this??
1312
watch: {
1413
placeholderData: [],
1514
query,

0 commit comments

Comments
 (0)