Version
2.6.2
Reproduction link
https://jsfiddle.net/cn09xg4k/
Steps to reproduce
There is a card component with userName and lastName. Each 200ms these variables are updated.
Between user and card components there is a wrapper, just to use a slot.
What is expected?
Variables in user component should be refreshed
What is actually happening?
These two variables are displayed only once and never updated