File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/react-router/src Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,6 @@ export function createFileRoute<
8989 @deprecated It's no longer recommended to use the `FileRoute` class directly.
9090 Instead, use `createFileRoute('/path/to/file')(options)` to create a file route.
9191*/
92- /**
93- @deprecated It's no longer recommended to use the `FileRoute` class directly.
94- Instead, use `createFileRoute('/path/to/file')(options)` to create a file route.
95- */
96- /**
97- @deprecated It's no longer recommended to use the `FileRoute` class directly.
98- Instead, use `createFileRoute('/path')(options)` to create a file route.
99- */
10092export class FileRoute <
10193 TFilePath extends keyof FileRoutesByPath ,
10294 TParentRoute extends AnyRoute = FileRoutesByPath [ TFilePath ] [ 'parentRoute' ] ,
You can’t perform that action at this time.
0 commit comments