-
-
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 _onLookup
" error in Engine
#16610
Comments
Thank you for reporting (and for the minimal reproduction)! |
I had a similar bug. Was unable to solve it. I documented it here: https://discuss.emberjs.com/t/issues-upgrading-from-2-13-to-3-1/14695/5 |
Should be fixed by #16613 |
With ember v3.1.3 and engines v0.5.20 I'm still having this problem. Any chance this patch will make its way into 3.1x ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have created a demo app with a simple use of
unknownProperty
.Using
{{myService.myUnknownProperty}}
works in the parent app, but not in the Engine.Instead, I get the recently added error that informs the user about the changes regarding
.get
(Sorry if this is in the wrong repo, the error is coming from ember.js repo not the Engine repo so thought I'd raise here)
The text was updated successfully, but these errors were encountered: