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 I have dev tools from React Query and React Location and when I deployed the app to production only react query dev tools was hidden but...

### Describe the bug I'm trying to set up tanstack router on a subpath of an astro project (under '/app'), creating 2 routes "app" and "app/about". Without creating route "/",...

### Describe the bug Firstly, thanks for building and maintaining awesome open-source libraries 🙂 I'll preface this by saying that I think this is probably a bug but it's possible...

### Describe the bug The usage of event.preventDefault() inside an onClick handler on the Link component will not prevent the navigation. This works with HTML anchors and react-location Link component....

### Describe the bug When I'm running typecheck in TS 4.8 in my repo, TS throws those type errors: ``` node_modules/@tanstack/react-location/build/types/index.d.ts(51,34): error TS2344: Type 'TGenerics' does not satisfy the constraint...

### Describe the bug I have a Menu that relies on pathname to show which route is currently active. I just noticed that pathname never changes when you go to...

### Describe the bug When an error happens that is Caught by the @tanstack/react-router ErrorBoundary it will render the errorComponent correctly. But if the error is only on a specific...

### Describe the bug I have a `GlobalFilter` component that is used on multiple routes. This filter uses URL search params. But since `useMatch` requires a specific `routeId` I'm forced...