-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Which project does this relate to?
Start
Describe the bug
Hi, in a TanStack Start project, when I am updating code during development triggers a hydration failure. While the change is reflected immediately via Hot Module Replacement, a subsequent manual browser reload results in a "Hydration failed" error. The issue persists until the dev server is stopped and restarted.
Your Example Website or App
https://github.com/Alan-aj/tanstack-start
Steps to Reproduce the Bug or Issue
- Initialize a project using the TanStack Start Starter Template.
- Run the development server.
- Modify a component (e.g., change text) and save.
- Observe the change reflecting in the browser via HMR.
- Manually reload the browser page.
- Check the console for the following error
Uncaught Error: Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used: ...
Expected behavior
Should reload without errors
Screenshots or Videos
Platform
- Router / Start Version: 1.157.17
- OS: Windows, Linux
- Browser: Chrome
- Browser Version: 144.0.7559.110
- Bundler: Vite
- Bundler Version: 7.3.1
Additional context

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels