Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: 'remove' called on an object that does not implement interface Element. #12

Open
matyushen opened this issue Feb 2, 2021 · 2 comments

Comments

@matyushen
Copy link

Get this error in ff.js:1:26922 after clicking on the "Capture Screenshot" button.

@tmcw
Copy link

tmcw commented Jun 30, 2022

Also getting this error - any chance this'll get fixed?

@lobau
Copy link

lobau commented May 20, 2024

just got the same error. It seems, in my case, that it is due to having the button that triggers the popup inside a shadow root (inside a custom element).
I assume the clicked element is targeted using document.querySelector('[data-feedback-fish]'), which would return nothing.

edit: nevermind came from a search, so my vanilla JS bug might be irrelevant to React.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants