File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/tanstack-react-query/src/hooks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { type CompilableQuery } from '@powersync/common';
22import { usePowerSync } from '@powersync/react' ;
33import * as Tanstack from '@tanstack/react-query' ;
44import { useMemo } from 'react' ;
5- import { usePowerSyncQueries } from './usePowerSyncQueries' ;
5+ import { usePowerSyncQueries } from './usePowerSyncQueries.js ' ;
66
77export type PowerSyncQueryOptions < T > = {
88 query ?: string | CompilableQuery < T > ;
Original file line number Diff line number Diff line change 11import { type CompilableQuery } from '@powersync/common' ;
22import { usePowerSync } from '@powersync/react' ;
33import * as Tanstack from '@tanstack/react-query' ;
4- import { usePowerSyncQueries } from './usePowerSyncQueries' ;
4+ import { usePowerSyncQueries } from './usePowerSyncQueries.js ' ;
55
66export type PowerSyncQueryOptions < T > = {
77 query ?: string | CompilableQuery < T > ;
You can’t perform that action at this time.
0 commit comments