App Switcher breaks inspector
See original GitHub issueError in event handler: Error: Assertion Failed: You attempted to remove a function listener which did not exist on the instance, which means you may have attempted to remove it before it was added.
The entire Inspector turns into a white screen.
Seems to be coming from this line: https://github.com/emberjs/ember-inspector/blob/master/app/routes/app-detected.js#L52
I believe updating to 3.11 is the culprit. This PR causes the error: https://github.com/emberjs/ember-inspector/pull/1000
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Load Break Disconnect Switch Inspection Checklist - Fulcrum
Conduct a quick and easy inspection of load break switch - also known as disconnect switch - to protect your facility from overcurrent...
Read more >debugging - Safari Web inspector keeps disconnecting
Quit your app, go to the app switcher and force close your application by swiping it away. Then re-open it using the app...
Read more >Switch apps on your iPhone, iPad, or iPod touch - Apple Support
Learn how to quickly switch from one app to another. Then when you switch back, you can pick up right where you left...
Read more >Debug your layout with Layout Inspector and Layout Validation
The Layout Inspector in Android Studio allows you to debug the layout of your app by showing a view hierarchy and allowing you...
Read more >How To Use Appium Inspector For Mobile Apps | LambdaTest
Follow the steps given below to inspect your mobile app with UI Automator Viewer: Click on the Device Screenshot icon, which is a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@chancancode, it’s getting better: no empty white screen. Unfortunately Inspector doesn’t switch apps and now I’m getting this error:
Here’s the test app I’ve been using: https://github.com/nummi/inspector-test
It embeds the deprecation app in an iframe.
should be fixed by https://github.com/emberjs/ember-inspector/pull/2157