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
We will need to update setup.js to work different or break it up into two separate methods. One that gets called by an initializer that has access to the registry and application and another to be called by instanceInitialzier that has access to the instance.container.
The text was updated successfully, but these errors were encountered:
Ember has deprecated accessing the container instance insider of initializers. Instead there is this notion of
instanceInitializers
. We should update to mirror that.We will need to update
setup.js
to work different or break it up into two separate methods. One that gets called by aninitializer
that has access to the registry and application and another to be called byinstanceInitialzier
that has access to theinstance.container
.The text was updated successfully, but these errors were encountered: