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 Occasionally im getting `TypeError: action is not a function` when calling a server function from the client. `TypeError:...
### Which project does this relate to? Router ### Describe the bug **Issue** When building a TanStack Start project normally (local build), the asset hashes are consistent and everything works...
### Which project does this relate to? Start ### Describe the bug The example makes a rewrite from subdomain `www.localhost:3000` to `localhost:3000/www` This works as expected, but when we involve...
### Which project does this relate to? Router ### Describe the bug When using `throw redirect()` within a `beforeLoad` function, subsequent `router.subscribe("onBeforeNavigate")` events may fail to trigger, causing potential data...
## Problem When multiple TanStack routers coexist in a micro-frontend (MFE) architecture, **all routers respond to all history changes**, even when the path is outside their configured `basepath`. This causes...
### Which project does this relate to? Router ### Describe the bug When using inline scripts (with children instead of src) in the head() function, client-side SPA navigation renders empty...
### Which project does this relate to? Router ### Describe the bug ```ts // vite.config.ts tanstackStart({ router: { virtualRouteConfig: 'src/routes.ts', }, }), ``` When using `virtualRouteConfig` with tanstack/start, [loadConfigFile](https://github.com/TanStack/router/blob/main/packages/router-generator/src/filesystem/virtual/loadConfigFile.ts) uses...
### Which project does this relate to? Start ### Describe the bug I'm out of town this weekend but was running into this so wanted to file this bug report...
> [!NOTE] > Awaiting fetch handler in nitro v3 > [!CAUTION] > Not compatible with nitro v2 plugin Adds Nitro v3 support for prerendering using vite.preview() - Add prerender-nitro.ts -...
### Which project does this relate to? Router ### Describe the bug When styling the active link with a color transition, the previously active link is occasionally styled incorrectly. It...