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? Start ### Describe the bug Under certain conditions, routes with dynamic parameters are logging match warnings when links are clicked. This is reproduced...

### Which project does this relate to? Start ### Describe the bug Receive "TypeError: Headers.set: ":method" is an invalid header name." when running npm run dev with local https configured....

### Which project does this relate to? Router ### Describe the bug The SSR page on the React Start docs returns 404. https://tanstack.com/start/latest/docs/framework/react/ssr ### Your Example Website or App https://tanstack.com/start/latest/docs/framework/react/ssr...

### Which project does this relate to? Start ### Describe the bug I'm struggling to make CSS Modules work properly. Currently, the styles are being loaded only on the client,...

start
revisit-after-devinxi

### Which project does this relate to? Router ### Describe the bug When trying to use the layout routing file, the routes created are correct but when trying to open...

### Which project does this relate to? Start ### Describe the bug When using the [Lingui i18n localization + TanStack Start template](https://github.com/lingui/js-lingui/tree/main/examples/tanstack-start), when trying to use a localized meta title...

# Description Currently, when using TanStack Router, if users define a property named `key` within the navigation state, its value is overridden by the router's internal logic, which assigns a...

documentation
package: react-router
package: router-core
package: history
package: solid-router

### Which project does this relate to? Start ### Describe the bug middlewares added globally with registerGlobalMiddleware never run. ### Your Example Website or App https://stackblitz.com/github/tanstack/router/tree/main/examples/react/start-basic?file=src%2Fglobal-middleware.ts ### Steps to Reproduce...

start

### Which project does this relate to? Start ### Describe the bug Depending on the size of the array, I am observing either Access failed - CORS Error or 431...

Split the monolithic CI workflow into separate parallel jobs for better efficiency and clarity. The workflow now includes: - A prepare job for setting up tools - Parallel linting jobs...