Skip to content

Commit 2544f07

Browse files
fix(persistQueryClient): import hydration utils from core in persistQueryClient (TanStack#2684)
1 parent 4f8f1c8 commit 2544f07

File tree

1 file changed

+1
-1
lines changed
  • src/persistQueryClient-experimental

1 file changed

+1
-1
lines changed

src/persistQueryClient-experimental/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
DehydrateOptions,
77
HydrateOptions,
88
hydrate,
9-
} from '../hydration'
9+
} from 'react-query'
1010
import { Promisable } from 'type-fest'
1111

1212
export interface Persistor {

0 commit comments

Comments
 (0)