ndb window stays empty
See original GitHub issue👋
Steps to reproduce
Tell us about your environment:
- ndb version: v1.0.43
- Platform / OS version: MacOS 10.14.3
- Node.js version: v8.10.0
- Chrome Version: 72.0.3626.121 (Official Build) (64-bit)
- Chrome Canary Version: 74.0.3723.0 (Official Build) canary (64-bit)
- nvm version: 0.30.2
What steps will reproduce the problem?
- npm install -g ndb@1.0.43
- ndb yarn start/test (in any project I have with these hooks)
What is the expected result? ndb to show the dev-tools screen
What happens instead?
shows a blank screen:
inspecting the window, I see errors in the console:
ndb_app.js:3 Uncaught TypeError: document.registerElement is not a function
at Object.UI.registerCustomElement (ndb_app.js:3)
at ndb_app.js:3
at ndb_app.js:3
no errors in the terminal (when invoking ndb)
I’ve also tried with:
- ndb version: 1.0.42, 1.0.41
- Node.js version: v10.15.2
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:8 (4 by maintainers)
Top Results From Across the Web
NDB Administration - Python 2 - Google Cloud
When using the Google Cloud console , remember that NDB is implemented by means ... namespace encountered and are only found in the...
Read more >Why do I get an extra empty window in Tkinter? - Stack Overflow
Actually that blank window is your main window. Toplevel() is used to make child windows for the parent Tk() windows,ie, if you want...
Read more >All Services - Studio NDB
BROWS Brow wax $25 NDB uses a soft "wax" called Nufree. Nufree is a natural, ... protecting the empty hair follicle from infection...
Read more >ENR 1.5 Holding, Approach, and Departure Procedures - FAA
ATC must always issue complete holding instructions when pilots request them. ... Controllers will clear RNAV-equipped aircraft for instrument approach ...
Read more >常州小姐包夜.ndb – Le Bon Shoppe
Collection 常州小姐包夜.ndb is empty ... Let's Stay in. Touch! Sign up for our newsletter and get 10% off your first order! SIGN UP....
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 Free
Top 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
I wonder if it would be better to be able to select the browser we want to use with ndb. Maybe having the chance to change what chrome is used would simplify how we troubleshoot 🤔
Looks like this is due to Shadow DOM v0 being removed - https://www.chromestatus.com/features/4507242028072960. Either a polyfill will have to be added or update to the shipping standard.
What does DevTools itself do?