router
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.
### Describe the bug The type safety is not working as expected for `useSearch` or `useParams` when using `strict: false` in the options. ### Your Example Website or App https://stackblitz.com/edit/tanstack-router-nan1d9?file=src%2Froutes%2Fdashboard.users.tsx...
### Describe the bug After rendering the Not Found component in Posts the next post selection does not render the post but Not Found remains shown. ### Your Example Website...
### Describe the bug It seems that cannot create a file dir named `*` or a file named `*.tsx` on Windows OS. So we cannot clone the repo which contains...
### Describe the bug When in a notFoundComponent, a `` will automatically load the page. Interestingly, if you use a button with a onClick: `() => navigate('/')`... Nothing happens ###...
### Describe the bug It's not possible to use the `ToOptions`, `UseLinkPropsOptions` etc. types to store a link in a variable. It seems to always result in a type error....
### Describe the bug The docs for [`loaderDeps`](https://tanstack.com/router/latest/docs/framework/react/api/router/RouteOptionsType#loaderdeps) indicate that you can access the `context` (besides e.g. `search`) to create a dependency record. Though, when I do that using `"@tanstack/react-router":...
### Describe the bug Created a custom link element, it requires params, but they are not needed ### Your Example Website or App https://github.com/xreider/tanstack_router_bug ### Steps to Reproduce the Bug...
### Describe the bug I am trying to implement a global error page and am having difficulties. I have a sample here where you can try uncommenting the throw statements...
### Describe the bug After loading a page, and waiting 30 seconds, hovering on a link with a search param will set the search param. Its not set in the...