-
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
2.1.0 doesn't run if Inspector is on #478
Comments
#476 fixed the deprecation, we are going to shoot for a new release soon (hopefully a day or two).
Deprecations do not generally prevent apps from booting. Perhaps you have |
Made a 20 sec screencast. It happens even if I add |
This happens for me as well. However, If I load the app while the Chrome Dev Tools are closed, then open the dev tools, refreshing works. |
This is probably the same problem in #461 |
Yep, seems like the same thing reported there. Also the same issue as emberjs/ember.js#12439. |
Getting a deprecation message and my app stays blank.
The
initialize
method for Application initializer 'ember-inspector-booted' should take only one argument...I tried to uninstall and install Ember Inspector, but didn't help.
The text was updated successfully, but these errors were encountered: