-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
caught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. #24
Comments
Hi @TendezaDev, What version are you using? |
Hi, @KaiSpencer, I'm also having this issue. Version I'm using is 2.0.14 and I'm using on a Next.js application, if that helps... |
Im having the same issue, also on a next.js application |
Damn, thanks guys. Let me do some testing on nextjs and get back to you. Just to help which versions of next are you using? |
@KaiSpencer I'm currently on nextjs 13, (using pages, no app directory) |
I'm running into this as well, using |
Thanks all, I am reproducing this now. In the process of adding a nextjs example to the repo, and work on investigating the issue and a fix for it. |
@0xradical @TimMikeladze @TendezaDev @agustinfranchetti This is a React 18 strict mode issue. A workaround is to disable strict mode with I will have to debug what the root issue is, but that will at least make the library work for now |
Error occurs when dragging a card to another lane. I'm using Vite. Current code:
The text was updated successfully, but these errors were encountered: