We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Stock install from ember new test-app --embroider makes the inspector crash internally
ember new test-app --embroider
To Reproduce
Uncaught TypeError: run is undefined
Expected behavior The inspector should correctly load
Environment ember -v:
ember -v
ember-cli: 3.28.1 node: 14.17.3 os: linux x64
uname -a:
uname -a
Linux excelsior 5.11.0-37-generic #41-Ubuntu SMP Mon Sep 20 16:39:20 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Firefox 93.0
Additional context With broccoli the inspector works ok, but logs lots of deprecations. Logs of a fresh install for both build systems are included:
ember-inspector-broccoli.txt ember-inspector-embroider.txt
The text was updated successfully, but these errors were encountered:
Just ran across this, a rough workaround I've found for Chrome has been
Sorry, something went wrong.
@ef4 @chancancode do we need to do anything special to support embroider?
No branches or pull requests
Describe the bug
Stock install from
ember new test-app --embroider
makes the inspector crash internallyTo Reproduce
Uncaught TypeError: run is undefined
).Expected behavior
The inspector should correctly load
Environment
ember -v
:uname -a
:Firefox 93.0
Additional context
With broccoli the inspector works ok, but logs lots of deprecations.
Logs of a fresh install for both build systems are included:
ember-inspector-broccoli.txt
ember-inspector-embroider.txt
The text was updated successfully, but these errors were encountered: