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
We use vite for a react-like dev environment. Key for us is to be able to stop full reloads, as we manage reloads ourselves via custom plugins. Up until now, we have been able to cancel full reload with this:
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 vuejs/core instead.
We are also running into this. Full page reloads when developing are very disruptive, and up until now we've been suppressing those reloads with code adapted from here: #5763 (comment)
Describe the bug
We use vite for a react-like dev environment. Key for us is to be able to stop full reloads, as we manage reloads ourselves via custom plugins. Up until now, we have been able to cancel full reload with this:
This has now stopped working; reverting back to 5.1.7 makes the use case work again.
We have inspected the event code in vite, but can see no obvious local current change that would explain this.
Reproduction
https://stackblitz.com/edit/vitejs-vite-kdguwf
Steps to reproduce
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: