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
I observe a particular property of a hash. When I update another property of this hash, then the observer of the first property is triggered. It seems wrong to me.
I observe a particular property of a
hash
. When I update another property of this hash, then the observer of the first property is triggered. It seems wrong to me.Here is a sample code:
components/test-macro.js
templates/components/test-macro.js
When I click on
Update prop1
the console prints:I would actually only expect
prop1
The text was updated successfully, but these errors were encountered: