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
When I pin to commit Polymer/polymer#5c1b11ff0f0b96665f40179e53f2d21a955ef605, unit tests in the second jsbin work.
When I pin to commit Polymer/polymer#38fa1f6b09d03f53115b741a8ce0c27b8bd84f30, the same unit tests do not work.
Expected Results
When I update my installation of #2.0-preview, computed bindings (and individual observers) should work.
Actual Results
When I update my installation of #2.0-preview, computed bindings (and individual observers) DO NOT work.
Browsers Affected
Chrome
Versions
Polymer: v2.0-preview
webcomponents: v1
The text was updated successfully, but these errors were encountered:
Description
I updated my polymer 2.0 preview installation, and computed bindings as well as individual observers stopped working.
Computed binding (such as _getContainerClasses below) is not called:
Individual Observer function such as (observerFunction below) is not called:
Live Demo
Spinner element (which uses a computed binding; I simplified it for sharing):
http://jsbin.com/bafide/1/edit?html,output
Unit test for spinner element:
http://jsbin.com/qunuge/1/edit?html,output
Steps to Reproduce
When I pin to commit Polymer/polymer#5c1b11ff0f0b96665f40179e53f2d21a955ef605, unit tests in the second jsbin work.
When I pin to commit Polymer/polymer#38fa1f6b09d03f53115b741a8ce0c27b8bd84f30, the same unit tests do not work.
Expected Results
When I update my installation of #2.0-preview, computed bindings (and individual observers) should work.
Actual Results
When I update my installation of #2.0-preview, computed bindings (and individual observers) DO NOT work.
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: