vitejs / vite-plugin-react-swc

Speed up your Vite dev server with SWC
MIT License
830 stars 54 forks source link

HMR failed, but not reload full page automatically, and causes the page to go blank. #187

Closed Innei closed 8 months ago

Innei commented 9 months ago

Refer: https://x.com/__oQuery/status/1742862717562794490?s=20

Repo: https://github.com/Innei/vite-edgecase-hmr-whitepage

Demo: https://twitter.com/i/status/1742862717562794490

ArnaudBarre commented 8 months ago

Thanks for the report and sorry I didn't have time to look at it before. The issue is that the router doesn't support an update of the router prop. I proposed a fix: https://github.com/TanStack/router/pull/1054

In the meantime you can go around it with this key hack: https://github.com/TanStack/router/issues/902#issuecomment-1898311293

ArnaudBarre commented 8 months ago

The bug fixed was released https://github.com/TanStack/router/releases/tag/v1.8.4 :)