Vite
Vite performs a full reload instead of Hot Module Replacement
Vite fell back to a full page reload because the changed module is not handled safely by HMR or there is a dependency loop preventing a targeted update.
Vite
Vite fell back to a full page reload because the changed module is not handled safely by HMR or there is a dependency loop preventing a targeted update.
Observed message
A full reload happens instead of HMR.
Why it happens
How to fix it
Official reference
Vite: TroubleshootingRelated errors
Explore more