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.
### Which project does this relate to? Start ### Describe the bug Cross-posting from discord: https://discord.com/channels/719702312431386674/1385153236604031026/1385159859091279872 This is generated by the default from tanstack start basic example where the only...
### Which project does this relate to? Router ### Describe the bug ```jsx import { createRootRoute, createRouter, lazyRouteComponent, RouterProvider } from '@tanstack/react-router' function Loading() { return ( loading ) }...
### Which project does this relate to? Router ### Describe the bug As the title suggests, I have an image bg.jpg. When importing it through import, the page shows that...
### Which project does this relate to? Router ### Describe the bug When Rspack is used and autoCodeSplitting is enabled, the source map generated does not match the original file....
### Which project does this relate to? Router ### Describe the bug before (compile successfully): @tanstack/react-router: 1.116.0 @tanstack/router-plugin: 1.116.1 @rsbuild/core: 1.1.8 after: @tanstack/react-router: 1.121.21 @tanstack/router-plugin: 1.121.22 @rsbuild/core: 1.1.8 error: ```...
### Which project does this relate to? Router ### Describe the bug Using the start-basic example, I tried to create a new `.ts` file under `/routes/api`. howerver, i get the...
### Which project does this relate to? Start ### Describe the bug - [The bug](#the-bug) - [Trying to migrate](#trying-to-migrate) - [Not migrating at this time](#not-migrating-at-this-time) - [New project](#new-project) ## The...
### Which project does this relate to? Start ### Describe the bug Throwing redirects in server functions that use middleware doesn't work. It works fine if I remove the middleware....
### Which project does this relate to? Router ### Describe the bug Our team upgraded the router package to `1.121.21` and the router-cli is currently at `11.121.21`. One of our...
### Which project does this relate to? Start ### Describe the bug If `beforeLoad` on `__root.tsx` throws an error, the `meta` values defined are missing ``. ### Your Example Website...