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 bd560b8 commit fda6c43Copy full SHA for fda6c43
packages/react-router/src/router.ts
@@ -112,5 +112,5 @@ if (typeof globalThis !== 'undefined') {
112
;(globalThis as any).createLazyFileRoute = createLazyFileRoute
113
} else if (typeof window !== 'undefined') {
114
;(window as any).createFileRoute = createFileRoute
115
- ;(window as any).createFileRoute = createLazyFileRoute
+ ;(window as any).createLazyFileRoute = createLazyFileRoute
116
}
0 commit comments