### Describe the bug HMR is not working in root route. only working from normal routes. ### Your Example Website or App https://github.com/TanStack/router/tree/main/examples/react/start-basic-rsc ### Steps to Reproduce the Bug or Issue 1. Clone (or copy or degit) [start-basic-rsc example](https://github.com/TanStack/router/tree/main/examples/react/start-basic-rsc), install dependencies and run dev server. 2. Open http://localhost:3000 3. Try to edit from `__root.tsx`. I just added a link beside Home. ### Expected behavior In terminal, dev server printed a log about page has reloaded. ``` [vite] page reload app/routes/__root.tsx ``` but the changes are not reflected in the browser. ### Screenshots or Videos https://github.com/user-attachments/assets/26aaa1a3-80c1-40af-8dd8-f2403051519e ### Platform - OS: macOs - Browser: Arc / Chrome - Version: 126.0.6478.127 ### Additional context _No response_
Describe the bug
HMR is not working in root route. only working from normal routes.
Your Example Website or App
https://github.com/TanStack/router/tree/main/examples/react/start-basic-rsc
Steps to Reproduce the Bug or Issue
__root.tsx. I just added a link beside Home.Expected behavior
In terminal, dev server printed a log about page has reloaded.
but the changes are not reflected in the browser.
Screenshots or Videos
2024-07-19.19.22.35.mov
Platform
Additional context
No response