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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
I think that the hidden term at first time has been not observed its value.
The hidden term: It's the third term if the first term is truthy. Otherwise, it's the second term.
The text was updated successfully, but these errors were encountered:
When I extract this into a test it works. I suspect that it is an issue with using select as a property name since that clashes with the builtin select method.
For conditionals we failed to setup the observer for both branches
as required. This lead to us only observing either the true or false
branch but not both.
Fixesgooglearchive#40
For conditionals we failed to setup the observer for both branches
as required. This lead to us only observing either the true or false
branch but not both.
Now we mark conditional (as well as || and &&) as dynamicDeps so the
dependencies gets reevaluated as needed.
Fixesgooglearchive#40
Repro code: https://dl.dropboxusercontent.com/u/5739705/polymer/ternary/test.html
I think that the hidden term at first time has been not observed its value.
The hidden term: It's the third term if the first term is truthy. Otherwise, it's the second term.
The text was updated successfully, but these errors were encountered: