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 1ea0577 commit 08996fcCopy full SHA for 08996fc
packages/react-router/lib/hooks.tsx
@@ -430,6 +430,8 @@ export function useRoutes(
430
* absolute path matching, prepared with the correct context to render the
431
* remainder of the route tree. Route elements in the tree must render an
432
* `<Outlet>` to render their child route's element.
433
+ *
434
+ * TEMP - REMOVE
435
*/
436
export function useAbsoluteRoutes(
437
routes: RouteObject[],
0 commit comments