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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@arethetypeswrong/cli](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io) ([source](https://redirect.github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli)) | [`^0.17.3` ->...

dependencies
package: react-router
package: router-core
package: router-plugin
package: router-generator
package: directive-functions-plugin
package: eslint-plugin-router
package: server-functions-plugin
package: valibot-adapter
package: react-router-with-query
package: router-devtools
package: zod-adapter
package: solid-router
package: arktype-adapter
package: react-start-plugin
package: react-start-server
package: react-start
package: react-start-client
package: solid-start-client
package: solid-start-plugin
package: solid-start-server
package: router-devtools-core
package: react-router-devtools
package: solid-start
package: solid-router-devtools
package: start-plugin-core
package: start-server-core

### Which project does this relate to? Start ### Describe the bug ### Problem Tanstack Start and `@cloudflare/vite-plugin` are not fully compatible with one another. For example, using virtual imports...

Simple fix by passing "." to `Router.resolvePathWithBase` instead of using `fromPath`. Parameterized relative URL tests with basepath to avoid future regressions. I also managed to reproduce the issue this way....

### Which project does this relate to? Router ### Describe the bug the path option is missing from all createFileRoute functions in the "routing concepts" page of the docs https://tanstack.com/router/latest/docs/framework/react/routing/routing-concepts...

### Which project does this relate to? Router ### Describe the bug When using `useNavigate()` with absolute paths in components, the router basepath is stripped from the URL during navigation,...

### Which project does this relate to? Start ### Describe the bug Packages installed in `node_modules` rely on sharing a server context with the main application, such as using `AsyncLocalStorage`...

Some of the documentation was missing the path parameter for `createFileRoute`, which is required by default. This PR adds those paths back, and tries to make it as relevant to...

### Which project does this relate to? Start ### Describe the bug After making a change that introduces an exception in the css loading, once you've corrected the error, you'll...

start
revisit-after-devinxi

### Which project does this relate to? Router ### Describe the bug The issue reproduces when creating Router instance with `basepath` router option specified. When navigating via `` or using...