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 When an error is thrown within the loader, "Uncaught Error" appears in my browser console, even though the error page is shown. ### Your Example Website...

information needed

I'm reaching out to report a performance issue. The problem involves performance in two scenarios: 1. When updating the search parameters using `useNavigation`, the entire page, including all layout components...

### Describe the bug I've got a real interesting HMR bug. It only happens under very specific circumstances. This is the error message ``` Invariant failed: No match found for...

### Describe the bug ## problem Both `client-runtime` and `server-runtime` for TanStack Router server functions reference the same `fetcher()` function implementation in `server-fns/fetcher.tsx`. This confuses Vite as `fetcher()` is mixed...

start

### Describe the bug I'm having a strange behavior with one route. The `validateSearch` is running multiple times even in other routes. In the images I have my route tree,...

### Describe the bug 1. thing I need - a Component, that wraps , so I can add predefined styles to all of my links. To use "more advanced" paths...

### Describe the bug Hi I have a search form view which contains some search options as html inputs and a search button. It works like this: I press "Search"...

information needed

### Describe the bug I use authentication, similar to Authenticated Routes example from documentation. So, when user is on /$lang page, if user is not authorised, user is been redirecting...

bug

The server for the "Basic + SSR" (and the wip-with-bling) example is specifiying the wrong file name that gets built into the dist folder. To reproduce: 1. Open the Stackblitz...

### Describe the bug A route wrapped in `Suspense` either by setting the prop `wrapInSuspense` to `true` or defining a `pendingComponent` doesn't render the `notFoundComponent` or the `defaultNotFoundComopnent` when the...

bug