Replies: 1 comment
-
fixed in https://github.com/TanStack/router/releases/tag/v1.121.6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sandbox: https://stackblitz.com/edit/vitejs-vite-hc6bcytw
I created a new React project using Tanstack Router. This is the Vite configuration
Next I created a router.ts
and imported it in the main file
Inside the routes folder I added a root layout and a index.tsx file
When running the app I see the following "error"
Now the index.tsx file also shows the error
and the routeTree.gen.ts file remains empty.
What is wrong or missing?
Beta Was this translation helpful? Give feedback.
All reactions