router icon indicating copy to clipboard operation
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.

Results 526 router issues
Sort by recently updated
recently updated
newest added

### Describe the bug There is an issue while using Use Blocker Hook with custom confirm dialog. The browser seem to be shaking. This is the current source code for...

### Describe the bug When using `validateSearch`, if you return a default value it becomes available via the `useSearch` hook in a component, but it does not appear in the...

### Describe the bug i routes.tsx component inside the render folder i.e., src/render/src/routes.tsx i am using electron vite config ![image](https://github.com/TanStack/router/assets/19781684/796ec0ea-2920-4c34-af70-f90babf0265c) Throws the above Not found error for some reason Got...

### Describe the bug Whenever the cli or the Vite plugin has to replace/fix code in route files, `routeTree.gen.ts` is not generated correctly. ### Your Example Website or App https://stackblitz.com/github/tanstack/router/tree/main/examples/react/basic-file-based?embed=1&theme=light...

### Describe the bug adding of `throw new Error()` in router at least the sibling routes became broken (error component renders in regular routes) ### Your Example Website or App...

### Describe the bug I have 1 route with a loader that will call various APIs. When the user clicks the `Nav` button, and does that again to get back...

### Describe the bug In @tanstack/react-router version 1.31.1, when i using the `beforeLoad` method to perform a redirect, the URL changes but the page does not navigate to the new...

I encountered this issue when creating a function that needs the `BeforeLoadFn` types. I also noticed that other types such as `RouteLoaderFn` are exposed. This PR is to expose the...

### Describe the bug After configuring router with `defaultViewTransition: true`, using `navigate` or `Link` with `viewTransition: false` doesn't disable transition ### Your Example Website or App https://stackblitz.com/edit/github-g4ctdl?file=src%2Fmain.tsx ### Steps to...

### Describe the bug I updated to 1.30.1, because fix for bug with path params was introduced and it works fine. But, it broke other thing. Before 1.30.1 I was...