-
-
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
[Cleanup] Remove orphaned outlets #15916
Conversation
c60d571
to
c12508d
Compare
Addresses emberjs#15876 (comment)
c12508d
to
767d469
Compare
@@ -49,10 +49,6 @@ class SingletonRenderManager extends AbstractRenderManager { | |||
this._pushToDebugStack(`controller:${name} (with the render helper)`, env); | |||
} | |||
|
|||
if (dynamicScope.rootOutletState) { | |||
dynamicScope.outletState = dynamicScope.rootOutletState.getOrphan(name); |
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.
Is rootOutletState
still needed at all?
@lorcan I believe for most of this we are going to need to create a new ENV variable that we can wrap this deprecated code in. Here is an example of what I am talking about: https://github.com/emberjs/ember.js/pull/15900/files. This will also require a PR into ember-2-legacy repo. If you need any help with either of these 2 things let me know. |
Great, thanks @thoov, I'll try that now. |
Closing in favour of #15925 |
Addresses #15876 (comment)