LayoutIndexImport.update is not a function
I am having problems creating a file-based routing setup using the Vite plugin for TanStack Router. I am getting an error I am not sure how to solve:
Reviewing
routeTree.gen.ts in my editor shows me the following error. I am not sure if it's related (see picture).
Any ideas?
Sandbox: https://codesandbox.io/p/github//tanstack-router-test/main
3 Replies
distinguished-blush•2y ago
index.tsx must be renamed to index.lazy.tsxmute-goldOP•2y ago
Thank you 😅
distinguished-blush•2y ago
please mark this question as solved