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 making changes to the generateShareableHook function, the route created by createFileRoute starts returning undefined on the development server. This issue affects navigation and component rendering,...

bug

### Describe the bug After clicking on a link with has its preload as intent and the route does not have the time to load, the new route component will...

### Describe the bug When preloading a route inside a layout, the context defined in `beforeLoad` on that layout is not there on the first render of the layout when...

### Describe the bug I remember, that I saw something about this, but I was not able to find it in docs, so, I asked and discussion and then I...

### Describe the bug When loading the page, 'useRouteContext' is undefined. When client side navigating to the page, it's defined. ### Your Example Website or App https://tanstack.com/router/latest/docs/framework/react/examples/basic-ssr-file-based ### Steps to...

bug
ssr

### Describe the bug Windows file system does not allow for question mark characters in file paths so I am unable to clone the repo using Windows directly. I am...

### Describe the bug Using `isolatedDeclarations` in the TypeScript 5.5 beta gives errors as it's not explicitly typed. Generating (and exporting) the type annotations would be nice. https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/#isolated-declarations ### Your...

information needed

### Describe the bug I have defaultPreload: "intent". I have layout route which returns some additional context from beforeLoad. I have some navigation links and when I hover it, in...

information needed

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 5.1.6 (2024-03-11) chore(deps): update all non-major dependencies...

dependencies

We were talking about this on discord, trying to find a handy way to display custom UI when blocking navigation. I adapted a bit @freshgiammi's first draft and expanded it...