-
Notifications
You must be signed in to change notification settings - Fork 65
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
DataGrid throws DOMException: Node.removeChild when using onCellPrepared + editCellComponent + boolean value #451
Comments
Any update on this? I also get this exact error but I'm not able to reproduce it consistently, it only happens sometimes. In my case, I do not use editCellComponent. I have many columns using cellRender and headerCellRender.
Edit |
Hi, If the issue still appears, we need to reproduce it on our side to find its cause. Please share a test project to demonstrate this behavior. We'll research the issue and do our best to find a solution. You can use our React template to create this project. |
Bug Report
Package versions:
Steps to reproduce:
The following code:
Click the button
Current behavior:
Throws Uncaught DOMException: Node.removeChild: The node to be removed is not a child of this node
The above error occurred in the component:
in editCellComponent (created by TemplatesRenderer)
in TemplateWrapper (created by TemplatesRenderer)
in TemplatesRenderer (created by DataGrid)
in div (created by DataGrid)
...
Expected behavior:
Clicking does not thow error
Screenshots:
N/A
The code was working in [email protected], but throws error in [email protected]+ versions.
The text was updated successfully, but these errors were encountered: