Skip to content

Commit f623984

Browse files
committed
feat: expose setReactRouterDevLoadContext function
1 parent e93e2b7 commit f623984

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/react-router-dev/vite.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
export { reactRouterVitePlugin as reactRouter } from "./vite/plugin";
1+
export {
2+
reactRouterVitePlugin as reactRouter,
3+
setReactRouterDevLoadContext,
4+
} from "./vite/plugin";

0 commit comments

Comments
 (0)