Skip to content

Commit 1c48d9f

Browse files
committed
fix(shim): fix react shim
1 parent edf699c commit 1c48d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type {
99
PatchesOption,
1010
} from 'travels';
1111
import { Travels } from 'travels';
12-
import { useSyncExternalStore } from 'use-sync-external-store';
12+
import { useSyncExternalStore } from 'use-sync-external-store/shim';
1313

1414
export type { TravelPatches };
1515

0 commit comments

Comments
 (0)