-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HMR not reloading the page #7155
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
scope: hmr
scope: slots
Comments
I faced the same problem and reproduced it. Add any content to the slot of any Column component (or direct in link below). HMR will won't work. |
zhangzhonghe
added a commit
to zhangzhonghe/core
that referenced
this issue
Feb 4, 2023
7 tasks
haoqunjiang
added
the
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
label
Apr 14, 2023
I am having the same issue in Vue 3.3.0 - Bug: HMR does not work in 3.3 alpha 9 Another related issue: [Bug] Vue 3 HMR does not work inside a default slot using PrimeVue |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
scope: hmr
scope: slots
Vue version
3.2.45
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-p3165e?file=src%2Fcomponents%2FHelloWorld.vue,package.json&terminal=dev
Steps to reproduce
<HelloWorld>....</HelloWorld>
What is expected?
The HMR update should reload the page to apply the changes
What is actually happening?
You can see in the console that an HMR udpate is broadcasted.
[vite] hmr update /src/App.vue
In the chrome devtools, you can see the update being broadcasted:
[vite] hot updated: /src/App.vue
But nothing is updated
System Info
Any additional comments?
__VUE_HMR_RUNTIME__.rerender
The text was updated successfully, but these errors were encountered: