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
Use this component anywhere, specify prop value, add any event to it;
Run development server, change prop value
What is expected?
HMR works and component gets updated
What is actually happening?
HMR doesn't update component
This is the diff from vue-cli generated project with working reproduction.
Clone it, run serve and change text prop value of Test inside App.vue. Unless you remove @click event, HMR won't update Test component at all.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.7
Reproduction link
https://github.com/Kadeluxe/051c3513-84bf-42f9-b3f6-a0d35fc43f9c
Steps to reproduce
What is expected?
HMR works and component gets updated
What is actually happening?
HMR doesn't update component
This is the diff from vue-cli generated project with working reproduction.
Clone it, run
serve
and changetext
prop value ofTest
insideApp.vue
. Unless you remove@click
event, HMR won't updateTest
component at all.The text was updated successfully, but these errors were encountered: