-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Labels
Description
Describe the bug
Ember inspector 4.14 does not work with either 2x or 3x ember versions. When loading the inspection it fails to assign the getOwner function from ApplicationModule
To Reproduce
Steps to reproduce the behavior:
- Go to linkedin.com with ember inspector 4.14 installed on latest chrome
- Open developer tools
- Navigate to ember inspector
- See error in console and notice that the ember inspector is not loaded
Expected behavior
The expected behavior is that the ember inspector would open and allow to view app components.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Ember 3x, latest chrome with updated ember inspector 4.14 version.
Additional context
Add any other context about the problem here.
alexiscastellanosgmr