question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot read property 'removeChild' of null

See original GitHub issue
Uncaught TypeError: Cannot read property 'removeChild' of null
    at Widget.close (show-hint.js?v=5.0.0-dev:307)
    at Completion.close (show-hint.js?v=5.0.0-dev:75)
    at show-hint.js?v=5.0.0-dev:268

Upstream: https://github.com/phpmyadmin/phpmyadmin/issues/14555#issuecomment-458659393

Steps to reproduce the behavior:
3. Type `SELECT 1 FROM City`
4. Hint `ctrl+enter` when hint shows up, seems to do the error using the first hint

I hope someone can fix this very old issue 🤞

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
marijnhcommented, Feb 25, 2021

We’ll just put a check around that statement and hope that solves it, then.

1reaction
marijnhcommented, Mar 16, 2020

See if you can isolate such a problem with just (a current version of) CodeMirror

Read more comments on GitHub >

github_iconTop Results From Across the Web

I receive a 'Uncaught TypeError: Cannot read property ...
I have the following vanillaJS and receive the Cannot read property 'removeChild' of null error. The error occurs in the console when I...
Read more >
Cannot read property 'removeChild' of null · Issue #6037 ...
The element whose parentNode no longer exists is an IFRAME and I assume it has been added to the DIV to help measure...
Read more >
T139822 "Cannot read property 'removeChild' of null" when ...
The journal-button became highlighted and a JavaScript error occured. TypeError: Cannot read property 'removeChild' of null  /w/load.php?debug=false&lang= ...
Read more >
Uncaught Type: Cannot Read Property RemoveChild of Null
I have created a form that is working beautifully, but serving up an error in the console each time the user backspaces their...
Read more >
Cannot read property 'removeChild' of null - Syncfusion
Cannot read property 'removeChild' of null · Confirm whether you are observing data source from a service. · Confirm whether you are observing ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found