We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bb547 commit a92e411Copy full SHA for a92e411
src/createRouter.ts
@@ -1,5 +1,5 @@
1
import { useCallback, useContext, useMemo } from "react";
2
-import { useSyncExternalStoreWithSelector } from "use-sync-external-store/shim/with-selector";
+import { useSyncExternalStoreWithSelector } from "use-sync-external-store/with-selector";
3
import { concatRoutes } from "./concatRoutes";
4
import { areRouteEqual, first, identity } from "./helpers";
5
import {
0 commit comments