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? Router ### Describe the bug I see this super weird behavior, I have extremely basic route definition: ``` import { createRootRoute, createRoute, createRouter,...
### Which project does this relate to? Start ### Describe the bug The prerender option without a sitemap throws this error: ``` error during build: Error: Sitemap is not enabled...
### Which project does this relate to? Router ### Describe the bug The search option is throwing a type error when trying to setup linkOptions props. While the code navigates...
### Which project does this relate to? Router ### Describe the bug There is a bug with the `useBlocker` hook where under specific conditions, both a custom UI blocker AND...
### Which project does this relate to? Router ### Describe the bug The `Link` component, custom link components created with `createLink()` and possibly `linkOptions()` only accept internal links but should...
### Which project does this relate to? Router ### Describe the bug In a project using file‑based routing, I set errorComponent: false on routes to disable local error pages and...
### Which project does this relate to? Router ### Describe the bug When visiting a non-existent page on the TanStack Router/Start documentation website (e.g., https://tanstack.com/router/abc), the page does not display...
### Which project does this relate to? Router ### Describe the bug When using a top-level optional route parameter (e.g., `/{-$locale}/`), Vite HMR requests (like `/@react-refresh`) are incorrectly matched by...
## Summary by CodeRabbit * **Refactor** * Removed redundant documentation comments across router packages; no runtime behavior changes. * **Breaking Changes** * Removed deprecated overloads for blocking/navigation APIs; migrate to...
Add logic to determine if meta tags should be deduplicated. Closes #5146 ## Summary by CodeRabbit * **Bug Fixes** * Improved meta tag handling to allow multiple theme-color entries while...