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

### Which project does this relate to? Router ### Describe the bug When using the function returned by `useMatchRoute` in combination with React Compiler, it looks the result is only...

fixes #4517 ## Summary by CodeRabbit - Bug Fixes - Prevents error screens when a loader is aborted (AbortError). The app now continues rendering the intended content, applies head updates,...

package: react-router
package: router-core
package: solid-router

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [express](https://expressjs.com/) ([source](https://redirect.github.com/expressjs/express)) | [`^4.21.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/express/4.21.2/5.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express/4.21.2/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [express](https://expressjs.com/)...

dependencies

### Which project does this relate to? Router ### Describe the bug Normal I'd expect react to render outside in, and then commit inside out. This is what normally happens...

### Which project does this relate to? Start ### Describe the bug When a createServerFn is only called from a createFileRoute handler (server-side) and not use in any client-side code,...

> [!WARNING] > UNTESTED, DO NOT MERGE Use the `params.parse` option (https://tanstack.com/router/latest/docs/framework/react/api/router/RouteOptionsType#paramsparse-method) to validate path params while matching a route. This allows us to look for *another match* if the...

package: router-core

It seems some theoretically invalid route tree configurations used to work before https://github.com/TanStack/router/pull/5867 but don't work anymore. This PR proposes that we add some runtime checks (when `NODE_ENV !== 'production'`)...

package: router-core

## Summary by CodeRabbit * **New Features** * Added a new page and navigation link for "Server Functions Middleware Unhandled Exception" E2E tests. * **Bug Fixes** * Improved middleware execution...

package: start-server-core
package: start-client-core

### Which project does this relate to? Start ### Describe the bug Currently, if you access a 404 page in a fully prerendered app, it will not render anything. I...

### Which project does this relate to? Router ### Describe the bug The thing is that `beforeLoad` function MUST return promise for having correct context for child components. If it's...

missing-repro