-
-
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
You attempted to access the __DESCRIPTOR__
property (of <frontend@service:prototypes::ember581>)
#16263
Comments
Do you have any |
In my service, yes, I have an |
@sly7-7 can you paste the whole error message, including the details about which properties are involved? |
Concerning the involved properties It's hard to say. The error is thrown when I access the prototypes service from the afterModel hook of a route. Just
|
In this case, the proxy's |
Submitted a fix in #16274 |
Thanks a lot @rwjblue ❤️ |
Related to #16148
I have a service, injected in a route (extending the AuthenticatedRouteMixin). When I do
this.get('prototypes')
,so, in my use case I don't know if the error is coming from:Let me now if you need more information.
For now, I will try to revert 2.18 (ember 3.0.X seems to have problems with ie 11)
cc/ @wycats
Maybe this is an issue in ember-simple-auth, so kindly cc/ to @marcoow
The text was updated successfully, but these errors were encountered: