ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

Unify ember_debug's usage of `owner` vs `_application`

Open rwjblue opened this issue 5 years ago • 2 comments

Currently, EmberDebug uses owner in our own tests, but in production we always use _application.__deprecatedInstance__. This split is kinda bad to begin with but it also prevents issues with using the ember-inspector while running an Apps own tests.

rwjblue avatar May 11 '20 20:05 rwjblue

@patricklx I'm unsure if this issue still needs to be addressed? I know you have heavily refactored a lot of this, so perhaps we can close this?

RobbieTheWagner avatar Feb 12 '24 13:02 RobbieTheWagner

it's still testing with owner in our own tests

patricklx avatar Feb 12 '24 13:02 patricklx