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 Using the Bun runtime, in both 1.2 and 1.3 seems to cause issues for HMR. When creating a...
### Which project does this relate to? Start ### Describe the bug When starting our tanstack start application in development environment, we sometimes get the following error in the terminal:...
### Which project does this relate to? Start ### Describe the bug Starting with `@tanstack/[email protected]`, I think server-side modules are being incorrectly bundled into the client bundle. For example, in...
### Which project does this relate to? Start ### Describe the bug (Tested react-start 1.139.12, nodejs 24.11, undici 7.16 (installed through npm and not using the nodejs' bundled version)) When...
### Which project does this relate to? Start ### Describe the bug If you have beforeLoad on a page with an asynchronous import, it will cause the route.tsx's context to...
### Which project does this relate to? Start ### Describe the bug I have a kind of weird bug which is probably some misconfiguration on my side. When running my...
By default, the router parses search params using `JSON.parse`, regardless of whether the param is a JSON object or not. This causes strange behavior, for example, it adds quotes around...
### Which project does this relate to? Router ### Describe the bug The problem is that Router interprets **Strings** that look like a **Number** as Numbers at some point. This...
### Which project does this relate to? Start ### Describe the bug Environment variables from .env.development aren't being loaded and merged with .env. This might be related to #5217. ###...