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 using the legacy-data-mixin.html to assist in identifying observers/computed functions that may need additional undefined checks due to changes in the undefined rule when porting from 1.x to 2.x, the mixin does not apply to TemplatizerInstaces created by dom-if and dom-repeat. As such, computed bindings in those nested templates will not properly warn on undefined arguments.
Note that this was fixed in the 2.x branch as noted here, and just needs porting to the 3.x branch.