HMR not working after failed hydration
Vue version
3.2.45
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-knf34v?file=App.vue
Steps to reproduce
Сhange a
value e.g. const a = ref(2)
What is expected?
Value is changed on the web page
What is actually happening?
HTML is removed from <div id="app" />
System Info
No response
Any additional comments?
No response