-
-
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
[3.1.0] getOwner returning false in ObjectProxy.init #16484
Comments
@lucacorti - Thanks for reporting! Definitely a bug... |
This is related to #16148... |
@lucacorti - Can you share a code snippet showing how the object proxy is being created? |
@rwjblue the issue was originally created for this service: https://github.com/gmurphey/ember-config-service/blob/master/addon/services/config.js |
Will be fixed by #16493... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
getOwner(this)
inObjectProxy.init
was returning the container in 3.0. Since 3.1 it returns false.this
looks quite different:3.0:
3.1:
The text was updated successfully, but these errors were encountered: