We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
This is caused by webcomponents/webcomponentsjs#362, and will be fixed when that's fixed.
Sorry, something went wrong.
kevinpschaaf
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: