It is possible for some configurations of elements to break when using dom-template to stamp some DOM. dom-template attempts to notify the "parent" context of property changes, and ends up effectively trying if(foo in undefined) { ... }, which throws.
It is possible for some configurations of elements to break when using
dom-templateto stamp some DOM.dom-templateattempts to notify the "parent" context of property changes, and ends up effectively tryingif(foo in undefined) { ... }, which throws.