Skip to content

Commit a92e411

Browse files
committed
Remove useSyncExternalStore shim
1 parent 49bb547 commit a92e411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useCallback, useContext, useMemo } from "react";
2-
import { useSyncExternalStoreWithSelector } from "use-sync-external-store/shim/with-selector";
2+
import { useSyncExternalStoreWithSelector } from "use-sync-external-store/with-selector";
33
import { concatRoutes } from "./concatRoutes";
44
import { areRouteEqual, first, identity } from "./helpers";
55
import {

0 commit comments

Comments
 (0)