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 35485bb commit 2c24acbCopy full SHA for 2c24acb
packages/solid-router/src/router.ts
@@ -108,5 +108,5 @@ if (typeof globalThis !== 'undefined') {
108
;(globalThis as any).createLazyFileRoute = createLazyFileRoute
109
} else if (typeof window !== 'undefined') {
110
;(window as any).createFileRoute = createFileRoute
111
- ;(window as any).createFileRoute = createLazyFileRoute
+ ;(window as any).createLazyFileRoute = createLazyFileRoute
112
}
0 commit comments