We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3c9faf + 4b4536e commit 55b5016Copy full SHA for 55b5016
2 files changed
.changeset/many-maps-kneel.md
@@ -0,0 +1,5 @@
1
+---
2
+"@solidjs/router": patch
3
4
+
5
+add usePreloadRoute export
src/index.tsx
@@ -12,6 +12,7 @@ export {
12
useResolvedPath,
13
useSearchParams,
14
useBeforeLeave,
15
+ usePreloadRoute
16
} from "./routing.js";
17
export { mergeSearchString as _mergeSearchString } from "./utils.js";
18
export * from "./data/index.js";
0 commit comments