-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Remove Ember.ContainerView #13195
Remove Ember.ContainerView #13195
Conversation
a97dacc
to
063ed7f
Compare
@@ -123,57 +120,6 @@ QUnit.test('should cleanup bound properties on rerender', function() { | |||
equal(view.$().text(), 'wycats', 'rendered binding'); | |||
}); | |||
|
|||
QUnit.test('should update bound values after view\'s parent is removed and then re-appended', function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this really be removed or updated to work without using Ember.ContainerView
?
@rwjblue not sure why the tests are failing on CI but they're all passing locally now. I'll look into why CI is failing. |
Hmm seems like they're failing with optional features enabled. Looking into it... |
063ed7f
to
44e418a
Compare
44e418a
to
2e99a02
Compare
@rwjblue Going to be stuck in this airport for another few hours. Anything else to work on here? |
Nope, looks good to me! |
Continued work for #13188
Not sure if there's a way to add this to the other PR instead of creating a new one.