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
LinusBorg
changed the title
regression: component without slots re-renders when parent updates
[2.6-beta] regression: component without slots re-renders when parent updates
Jan 31, 2019
Version
2.6.0-beta.3
Reproduction link
https://codepen.io/anon/pen/JxEpJK?editors=1011
Steps to reproduce
What is expected?
"update root"
should be loggedWhat is actually happening?
"update ChildComponent"
is also loggedIf you add
v-slot:default
it works as expected: https://codepen.io/anon/pen/exgVVm?editors=1011Vue 2.5.22 also works correctly: https://codepen.io/anon/pen/KJaQQL?editors=1011
The text was updated successfully, but these errors were encountered: