-
Notifications
You must be signed in to change notification settings - Fork 2k
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
this.push doesn't notify changes to computed property #2644
Comments
Please include a jsbin that repos the issue. |
I think this is also related |
Using https://rawgit.com/Polymer/polymer/v1.1.5/polymer.html in that demo, I see two console logs This is a regression. |
So I'm told from @kevinpschaaf this was never supposed to work. It's even documented as such: https://www.polymer-project.org/1.0/docs/devguide/data-binding.html#array-binding.
|
Closing as per the observation in the previous comment. |
@lapteuh |
@kevinpschaaf thanks. |
I have array property and computed property that depend on array. When i use
this.push()
method, my computed property doesn't recompute.The text was updated successfully, but these errors were encountered: