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
Reproduction
I dont know how to reproduce this in in codesandbox since it relates to HMR. Using the reproduction code does a full app reload on any change.
Observe that HMR will update Button but not TabView
Current behavior
The TabPanel header does not re-render via HMR
Expected behavior
The TabPanel header should re-render to reflect the new value
What is the motivation / use case for changing the behavior?
We're evaluating vue UI frameworks and HMR is one of the key features. We also experienced this issue with DataTable but the TabView was the smallest reproducible example we could find.
Reproduction
I dont know how to reproduce this in in codesandbox since it relates to HMR. Using the reproduction code does a full app reload on any change.
HelloWorld.vue
withnpm run dev
Button.label
andTabPanel.header
Button
but notTabView
Current behavior
The
TabPanel
header does not re-render via HMRExpected behavior
The
TabPanel
header should re-render to reflect the new valueWhat is the motivation / use case for changing the behavior?
We're evaluating vue UI frameworks and HMR is one of the key features. We also experienced this issue with
DataTable
but theTabView
was the smallest reproducible example we could find.Please tell us about your environment:
The text was updated successfully, but these errors were encountered: