T
TanStack5mo ago
quickest-silver

No TS checks on the Link component

I created a new Tanstack Start project use the create-tsrouter-app and the links in the header component don't give me the red squiggly line when i delete the associated file route.
No description
4 Replies
other-emerald
other-emerald5mo ago
Have you done the ts declaration of your router?
optimistic-gold
optimistic-gold5mo ago
probably because the routeTree file wasn't regenerated yet? were you running npm run dev during this?
quickest-silver
quickest-silverOP5mo ago
seems to work now. I changed the name of the root folder because it had a space. /test project to /test-project
extended-salmon
extended-salmon5mo ago
if the space is the issue, then that's a bug. can you please create a GitHub issue for this, including OS etc?

Did you find this page helpful?