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

[BUGFIX] Ensure {{each}} updates register destructors #1065

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

pzuraq
Copy link
Member

@pzuraq pzuraq commented Mar 24, 2020

Destructors were not being registered for items added to each loops in
updates. This PR fixes this and adds a test.

Fixes: emberjs/ember.js#18797

Destructors were not being registered for items added to each loops in
updates. This PR fixes this and adds a test.
@rwjblue rwjblue added the bug label Mar 24, 2020
Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, can you cross link the related ember issue / PR (for followup purposes)?

@rwjblue rwjblue merged commit 73e2320 into master Mar 24, 2020
@rwjblue rwjblue deleted the bugfix/fix-will-destroy-in-each branch March 24, 2020 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants