You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently,
EmberDebug
usesowner
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.The text was updated successfully, but these errors were encountered: