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.
### Describe the bug If an error is thrown by beforeLoad on the screen after the page is moved, the error component is displayed. * Incidentally, there is also a...
Using vite with `@tanstack/router-plugin/vite`. Route files with real content are getting clobbered with boilerplate. i.e. ```ts import { createFileRoute } from '@tanstack/react-router' export const Route = createFileRoute('/myroute')({ component: () =>...
### Describe the bug As described in the steps below, It looks like the notFound error that can be thrown from beforeLoad or the loader is not properly causing the...
### Describe the bug Given the situation that any parent route's loader implements some mechanism to redirect to a more precise child route, the redirect throw causes an endless loop...
### Describe the bug Version 1.45.2: - The pending component appears on hard-load for the entire layout, as documented in https://github.com/TanStack/router/issues/1646. Versions 1.45.3 - 1.48.1: - The pending component no...
### Describe the bug TS error: ` Object literal may only specify known properties, and 'selected' does not exist in type 'AnchorHTMLAttributes | (() => AnchorHTMLAttributes)'. ` Beside, no `className`...
### Describe the bug Apologies for coming up with an issue that I discovered in React 19 (rc). But after digging into the react/react-dom codebase and debugging tanstack router, I'm...
fixes #2079
### Describe the bug When using a `` component, I expect that using the `search` prop would update the search parameters in the URL whenever I click the ``. For...