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
Try click "parent button" which update the parent component's data, but I don't understand why this causes app to update. But if you remove the line #32 console.log(this.childName), this won't happened.
What is expected?
Expected only updating the Parent component and Child component when data updated on the Parent.
What is actually happening?
App updated caused by a child component when having console logging the computed data