Closed tjsavage closed 8 years ago
I've gone pretty far down the rabbit hole, but I think it's time to pass off to you @kevinpschaaf
To see the weirdness:
iron-selector
behaviors
test/template-repeat.html
'supports repeated items'
Notice that:
items
render
_insertRow
_generateRow
stamp
This is caused by https://github.com/webcomponents/webcomponentsjs/issues/362, and will be fixed when that's fixed.
I've gone pretty far down the rabbit hole, but I think it's time to pass off to you @kevinpschaaf
To see the weirdness:
iron-selector
'sbehaviors
branchtest/template-repeat.html
, I'd just focus on the'supports repeated items'
test.Notice that:
items
, the template properly debounces and callsrender
.render
, it is properly calling_insertRow
->_generateRow
->stamp
stamp
is a completely busted row (missing node/fragment, no children)