-
Notifications
You must be signed in to change notification settings - Fork 286
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
"Cannot read property 'outlets' of undefined" On Ember 3.1-beta.1 #770
Comments
Looks like upgrading to Ember Inspector to 3.0.0 helped. Sorry, I upgraded it, was seeing |
@lolmaus This issue shouldn't be closed b/c it reflects an error caused by 3.1-beta.x, as it introduced a new feature: https://github.com/emberjs/rfcs/blob/master/text/0280-remove-application-wrapper.md, sooner or later users will notice this bug. |
@nightire are you seeing this bug? I was pretty sure we fixed it. If you are on Ember Inspector 3.0.0, it should work with Ember 3.0+. |
@rwwagner90 Yes if you set |
@rwwagner90 Oh I'm sorry, this is a different error, I misread it, my bad... 😰 |
No worries @nightire! If you'd like to help fix that issue, PRs would be greatly appreciated! 😄 |
Stacktrace from error message:
Stacktrace from error object:
Points to this code:
Can be reproduced on an empty
ember new foo
app.The text was updated successfully, but these errors were encountered: