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.
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` ->...
### 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...
### 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...