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 I'm trying to create a router on a basepath containing the value `%2F` (URL encoded representation of `/`). With @tanstack/react-router version 1.43.4 (_edit_: and 1.45.0), the...
### Describe the bug There are two `useEffect` that run a `navigate` very close to each other. While the first one attaches `firstId`, the second attaches the `secondId` search param....
### Describe the bug I have 2 routes: - `/$slug` which displays the detail of an entity - `/$slug/report` which displays the report for the entity Bot have `loader` and...
### Describe the bug I would like to use my own loading component at the root level. To do that I'm wrapping the `` in the root component with a...
### Describe the bug After moving to tanstack router, the window virtualizer dynamic measurement stoped working for server rendered items. I see no hydration errors, but for the items rendered...
### Describe the bug Urls with hashes not scrolling to correct section when using lazy file routes. This occurs any time the page is fully rerendered (e.g. on reload and...
### Describe the bug Iām using the default history-type router to render my app pages: `createBrowserHistory` However, Iām using a 3rd party component (map component) that uses the `location.hash` to...
### Describe the bug This happens because the console.log that has the content "Injected From Server:" does not sanitize the output. TBH. I'm not even sure if I should be...
### Describe the bug I get an uncaught runtime error when I try to use the `useSearch` hook. I was trying to move my state managed filters to search parameters...
### Describe the bug The project encounters a build failure in development mode when attempting to import the server-only module from a file meant to handle server-side logic. This issue...