router
router copied to clipboard
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
### Which project does this relate to? Start ### Describe the bug When `tsr.srcDirectory` is set to `.` server routes and redirects trigger a nitro error "Invalid lazy handler result"....
Discussion: https://github.com/TanStack/router/discussions/4092 ### Which project does this relate to? Router (`@tanstack/zod-adapter`) ### Describe the bug It appears that `fallback` from `@tanstack/zod-adapter` isn't ready for Zod v4. More information about the...
### Which project does this relate to? Router ### Describe the bug Given the following scenario: * The app uses code-based routing * There is route with a path parameter...
fixes #4322 In Zod v4, we still need a fallback trick to prevent type loss. Added tests for Zod v4 and the fallback case related discussion #4092
### Which project does this relate to? Router ### Describe the bug When I navigate into my website, I have some search parameters that I'm setting before the hash, and...
### Which project does this relate to? Start ### Describe the bug Is Static Prerendering gone with version 1.121 ? I carefully updated my app, and even started a new...
### Which project does this relate to? Start ### Describe the bug If a server function response includes a [Tagged/Branded](https://github.com/sindresorhus/type-fest/blob/main/source/tagged.d.ts) type ```ts type AccountId = Tagged declare const tag: unique...
### Which project does this relate to? Start ### Describe the bug After upgrading all the packages and going through the migration guide, when I try to start up the...
### Which project does this relate to? Router ### Describe the bug Vite has in its production deployment recommendations a way to handle loading errors when the user has an...
### Which project does this relate to? Router ### Describe the bug In [this chapter](https://tanstack.com/router/latest/docs/framework/react/quick-start#srcmaintsx), it says `The createFileRoute function takes a single argument, the file-route's path as a string.`,...