vitejs / vite-plugin-react-swc

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

Interestingly I'm having the same HMR issue but with react. #123

Closed kojoYeboah53i closed 1 year ago

kojoYeboah53i commented 1 year ago
          Interestingly I'm having the same HMR issue but with react. 

If I downgrade to vite@2.6.14 it works as expected. But in the new versions I see the terminal notice but nothing happens in the browser. Replaced it with preact (just to test) and the same thing so I believe the issue might be with vite's HMR or the @preact/preset-vite and/or @vitejs/plugin-react-refresh packages.

Originally posted by @adrianocr in https://github.com/vitejs/vite/issues/7839#issuecomment-1107706110

ArnaudBarre commented 1 year ago

Please provide a reproduction