Certain elements, like iron-list
, require template
elements as children.
However, Polymer 3 strips template
s of its content.
How are these seemingly conflicting principles supposed to work together? See the jsbin examples @ https://www.webcomponents.org/element/@polymer/iron-list (they don't work due to the empty nested template).
The preserve-content
leads to missing binding capability, so that's no viable solution.
What's the reason for this template
-stripping anyways? (Docs just say "better performance".)