Skip to content

Commit 3ce0df7

Browse files
committed
useRoute: mark as unstable
1 parent 90244e2 commit 3ce0df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export {
144144
useRouteError,
145145
useRouteLoaderData,
146146
useRoutes,
147-
useRoute,
147+
useRoute as unstable_useRoute,
148148
} from "./lib/hooks";
149149

150150
// Expose old RR DOM API

0 commit comments

Comments
 (0)