ember inspector gets completely blank after live-reloading while inspecting a model under a subdirectory
See original GitHub issueI have a project with models under subfolders (i.e. models/posts/comment.js
) and whenever I’m inspecting them in the ember-inspector
, if I make a change in the code and let the live-reload reloads the page, ember-inspector
gets completely blank and forces me to close and reopen the browser to make it works again.
I’ve tested this issue in Chrome, Chromium and Firefox.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
ember inspector gets completely blank after live-reloading while ...
I have a project with models under subfolders (i.e. models/posts/comment.js ) and whenever I'm inspecting them in the ember-inspector , if I make...
Read more >Troubleshooting - Ember Inspector
Below are some common issues you may encounter when using the Inspector, along with the necessary steps to solve them. If your issue...
Read more >New Ember app gives blank screen - Stack Overflow
The terminal gives me a "Build successful - 7016ms." message but I go to http://localhost:4200/ and see the blank page... The inspector says...
Read more >Brackets Extension Registry
Currently, this extension will still leave the last open file visible when Brackets is re-opened. My first extension - take it as you...
Read more >Front-end developer book big nerd ranch - Academia.edu
Routing, Routes, and Models ember generate Nesting Routes Ember Inspector Assigning ... When you get to the point where you are actually typing...
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
@teddyzeenny -> https://github.com/emberjs/ember-inspector/pull/551
Here’s the repository (https://github.com/HenryVonfire/inspector-bug)
Steps to generate it:
ember s
Data
test/potato
live-reload
to reload the appAfter this the inspector should get completely empty.