We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
on Ember 1.13.5 I've get next deprecation "DEPRECATION: lookup was called on a Registry. The initializer API no longer receives a container, and you should use an instanceInitializer to look up objects from the container. See http://emberjs.com/guides/deprecations#toc_deprecate-access-to-instances-in-initializers for more details."
lookup
initializer
instanceInitializer
The text was updated successfully, but these errors were encountered:
see #595, #587, #522 etc.
Sorry, something went wrong.
@marcoow one more question. It's not working with latest Ember version?
@dmagunov 0.8.0 is currently working for me with Ember.js 1.13.5
@EVILoptimist with custom Authenticator?
@dmagunov https://github.com/simplabs/ember-simple-auth/tree/master/packages/ember-simple-auth-oauth2
No branches or pull requests
Hello,
on Ember 1.13.5 I've get next deprecation "DEPRECATION:
lookup
was called on a Registry. Theinitializer
API no longer receives a container, and you should use aninstanceInitializer
to look up objects from the container. See http://emberjs.com/guides/deprecations#toc_deprecate-access-to-instances-in-initializers for more details."The text was updated successfully, but these errors were encountered: