Skip to content

Commit 641e47b

Browse files
committed
fix: import hydration utils from core in persistQueryClient
1 parent b88cda4 commit 641e47b

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)