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 the example loads, we see the following: > Unable to run Embedded Project > Looks like this project is being embedded without proper isolation headers....

repeating word `only`

### Describe the bug Docs for route-paths has a bad link to layout-routes ### Your Example Website or App https://tanstack.com/router/v1/docs/guide/route-paths ### Steps to Reproduce the Bug or Issue See: https://tanstack.com/router/v1/docs/guide/route-paths...

### Describe the bug After leaving windows with mouse and return inside window and click empty space any component that live inside RouterProvider it rerenders. mouse hover on links that...

### Describe the bug The Link/navigate state property doesn't pass the state to the provided route on navigation. ### Your Example Website or App https://stackblitz.com/edit/github-hqyitv?file=src%2Fmain.tsx ### Steps to Reproduce the...

### Describe the bug On https://tanstack.com/router/v1/docs/examples/react/basic?file=src%2Fmain.tsx it says ``` React Virtual Basic Example | TanStack Virtual Docs ``` On https://tanstack.com/router/v1/docs/examples/react/with-react-query?file=src%2Fmain.tsx it says ``` React Virtual With React Query Example |...

### Describe the bug Following root has been defined: ``` typescript export const eidLandingRoute = rootRoute.createRoute({ path: "eid", component: EidLanding, validateSearch: z.object({code: z.string().optional()}) }); ``` I have the following code...

### Describe the bug After [building](https://vitejs.dev/guide/build.html#building-for-production) a [Vite 4](https://vitejs.dev/blog/announcing-vite4.html) app with multiple routes, serving the build [preview](https://vitejs.dev/guide/static-deploy.html#deploying-a-static-site) results in `Cannot GET [route path]` when accessing the route directly via URL...

### Describe the bug Hey, awesome work! but please can you fix the 404 on page: https://tanstack.com/router/v1/docs/api/core would be helpful to read and understand each function specs. Thanks ### Your...

### Describe the bug I'm using React 17. I have `const match = useMatch(addRoute.id)` in my component. When I navigate to a different route. I get Invariant failed. ![image](https://user-images.githubusercontent.com/10815813/206446126-ae0c0af3-7320-4a1d-8e9d-4b7f8a57ea4a.png) Also...