Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Clarify that MutableData must be applied to tree between change and usage #4914

Closed
kevinpschaaf opened this issue Nov 1, 2017 · 0 comments
Assignees

Comments

@kevinpschaaf
Copy link
Member

kevinpschaaf commented Nov 1, 2017

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 the mutable-data attribute on elements that use Polymer.OptionalMutableData like dom-repeat).

Versions

  • Polymer: v2.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant