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
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