Skip to content
New issue

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

[0.9.2] dom-repeat issues in 0.9.2 #1615

Closed
jeffposnick opened this issue May 26, 2015 · 1 comment · Fixed by #1618
Closed

[0.9.2] dom-repeat issues in 0.9.2 #1615

jeffposnick opened this issue May 26, 2015 · 1 comment · Fixed by #1618

Comments

@jeffposnick
Copy link

Somewhere between 0.9.0 and 0.9.2, it seems like a bug's been introduced in <dom-repeat>. Here are two JSBins illustrating the problem, nested inside of a <dom-bind> parent:

Working 0.9.0: http://jsbin.com/topize/3/edit
Broken 0.9.2: http://jsbin.com/fuxode/2/edit

In 0.9.2, the <template> content isn't being stamped out to the DOM. By the time the WebComponentsReady is fired, the property on the parent <dom-bind> that is being repeated is set to undefined.

@kevinpschaaf
Copy link
Member

@jeffposnick We should be able to get #1618 in a release tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants