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 navigating to a route containing search parameters and passing a search value which cannot be deserialized, the `beforeLoad` and `loader` methods of each match in...

### Describe the bug I'm trying to create a pathless route underneath a non-nested route. The problem is that paths that are generated include the the pathless route path. ###...

### Describe the bug Initially the params from the `useSearch` are correct. However, if we wait around 30s, I notice that hovering over a `Link` component or an `anchor` element...

### Describe the bug The documentation featuring the relative navigation is not in the examples or in other code using navigate with relative routing. According to the documentation: [Everything is...

### Describe the bug First of all, awesome project! I was soooo excited when you have released v1. Back to the issue... The `RouterContext` is defined and passed to the...

### Describe the bug I can't reset the error component neither through navigation nor through `router.load()`. ### Your Example Website or App https://stackblitz.com/github/Zebeqo/tsr-reset-error-component ### Steps to Reproduce the Bug or...

- Removed `--exclude=examples/**` from `test:pr` and `test:ci` - Fixed up some examples (wrong vinxi exports, broken client builds) - Re-enabled prettier on `test:pr` only

When including the lazy devtools component into the root route as described in the docs I received this error. ![image](https://github.com/TanStack/router/assets/1559451/c8086990-c85b-455b-8733-2f1dd3c16306) It might be nice to mention that this should be...

### Describe the bug I upgraded to v1.15.12 using Vinxi w/ React SSR streaming and got errors about improperly spread props in . The errors started to appear since this...

### Describe the bug I have a weird bug. I have two routes that the first is the posts list and the second is `/posts/$postId`. `$postId` is the child of...