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
The Polymer.MutableData mixin allows for an assignment or notification of an object to cause all side-effects of the object and all of its child objects to be re-evaluated by skipping dirty checking for all objects.
The API documentation should clarify that all elements in the binding tree between the source of the change and the consumption of the change must also mix in the Polymer.MutableData mixin (or set the mutable-data attribute on elements that use Polymer.OptionalMutableData like dom-repeat).
Versions
Polymer: v2.x
The text was updated successfully, but these errors were encountered:
Description
The
Polymer.MutableData
mixin allows for an assignment or notification of an object to cause all side-effects of the object and all of its child objects to be re-evaluated by skipping dirty checking for all objects.The API documentation should clarify that all elements in the binding tree between the source of the change and the consumption of the change must also mix in the
Polymer.MutableData
mixin (or set themutable-data
attribute on elements that usePolymer.OptionalMutableData
likedom-repeat
).Versions
The text was updated successfully, but these errors were encountered: