From 285e134ec5088351e77848a88eeed9e9c72fdf65 Mon Sep 17 00:00:00 2001 From: Santosh Venkatraman Date: Thu, 20 Nov 2025 08:30:53 +0530 Subject: [PATCH] chore: dedupe JSDOC string for deprecated class FileRoute --- packages/react-router/src/fileRoute.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/react-router/src/fileRoute.ts b/packages/react-router/src/fileRoute.ts index f33d8b323cd..698a68df447 100644 --- a/packages/react-router/src/fileRoute.ts +++ b/packages/react-router/src/fileRoute.ts @@ -89,14 +89,6 @@ export function createFileRoute< @deprecated It's no longer recommended to use the `FileRoute` class directly. Instead, use `createFileRoute('/path/to/file')(options)` to create a file route. */ -/** - @deprecated It's no longer recommended to use the `FileRoute` class directly. - Instead, use `createFileRoute('/path/to/file')(options)` to create a file route. -*/ -/** - @deprecated It's no longer recommended to use the `FileRoute` class directly. - Instead, use `createFileRoute('/path')(options)` to create a file route. -*/ export class FileRoute< TFilePath extends keyof FileRoutesByPath, TParentRoute extends AnyRoute = FileRoutesByPath[TFilePath]['parentRoute'],