We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf699c commit 1c48d9fCopy full SHA for 1c48d9f
src/index.ts
@@ -9,7 +9,7 @@ import type {
9
PatchesOption,
10
} from 'travels';
11
import { Travels } from 'travels';
12
-import { useSyncExternalStore } from 'use-sync-external-store';
+import { useSyncExternalStore } from 'use-sync-external-store/shim';
13
14
export type { TravelPatches };
15
0 commit comments