T
TanStackโ€ข4w ago
wise-white

Migration from 1.120.11 to latest and back causing routetree.gen.ts generation problems

Migrated a project with https://github.com/TanStack/router/releases/tag/v1.120.11 version to latest https://github.com/TanStack/router/releases/tag/v1.134.12 which caused a certain route to mismatch and not render. Reverted back and put explicit old version in package.json but on local dev server it seems to always generate based on the newest. I've deleted node modules, package-lock.json and routetree.gen.ts itself. Is the only thing next to just delete repo locally completely and pull it again? Thanks in advance ๐Ÿ™
GitHub
Release v1.120.11 ยท TanStack/router
Version 1.120.11 - 5/26/25, 10:30 PM Changes Fix react-router: fix custom link type ref inference (#4121) (dca754e) by @CynicalBusiness Docs router: add route.tsx in directory vs flat routing gu...
GitHub
Release v1.134.12 ยท TanStack/router
Version 1.134.12 - 11/4/25, 2:52 AM Changes Fix solid-router: implement navigation transitions (#5691) (76c4f61) by Birk Skyum Chore solid-router: cleanup module (#5748) (cbf10db) by Birk Skyum ...
2 Replies
wise-white
wise-whiteOPโ€ข4w ago
update: managed to get things working like old way by pinning plugins back to old one as well. Still confused about how to go about migration, is there a centralized changelog anywhere?
grumpy-cyan
grumpy-cyanโ€ข3w ago
do you have a reproducer project?

Did you find this page helpful?