You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been staying on vite v2.6.13 for half a year now, because if I upgrade to any of the later versions, hot reload would break for me. I'm using react.
The symptom is, when I make any change, no matter how tiny, the whole app reloads, and all states are lost.
The breaking happened between v2.6.13 and v2.7.0-beta.0, here's the change log between these two versions, I don't know what was the cause:
My app was initially an SPA created with the typescript react template. I've since made thousands of commits upon it, so I'm not sure how to create a reproduction. But if someone can point some directions for me, I'm happy to provide more info.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
Describe the bug
I've been staying on vite v2.6.13 for half a year now, because if I upgrade to any of the later versions, hot reload would break for me. I'm using react.
The symptom is, when I make any change, no matter how tiny, the whole app reloads, and all states are lost.
The breaking happened between v2.6.13 and v2.7.0-beta.0, here's the change log between these two versions, I don't know what was the cause:
2.7.0-beta.0 (2021-10-28)
Bug Fixes:
import
support tossrModuleLoader
(#5197) (baba1f9)Features
server.fs.deny
support (#5378) (1a15460)2.6.13 (2021-10-27)
Bug Fixes
Reproduction
My app was initially an SPA created with the typescript react template. I've since made thousands of commits upon it, so I'm not sure how to create a reproduction. But if someone can point some directions for me, I'm happy to provide more info.
System Info
Used Package Manager
yarn
Logs
Validations
The text was updated successfully, but these errors were encountered: