-
Notifications
You must be signed in to change notification settings - Fork 16
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 DOMException: Failed to execute 'removeChild' on 'Node' #44
Comments
I also get this. As a result, the chart does not show at all. |
I also got this issue, and was never able to display a chart. After reimplementing the wrapper component myself with the frappe-charts library, I realized the issue is caused by In my code, I created a reactive declaration that updated the chart when its data changed, and that seemed to handle updating the chart as much as I needed it to. @himynameisdave I can create a PR for this change if you want. |
@bry-an a PR would be greatly appreciated! Just to clarify, are you suggesting that we drop the |
@himynameisdave It would just be changing |
@bry-an sounds reasonable to me! Feel free to open a PR with those changes, otherwise I will when I have some time next weekend. |
…afterUpdate hook
@treyssatvincent && @smtl && @bry-an Wondering what browser you were seeing this in? What bundler were you using to build your app? Just trying to understand how to better reproduce this. |
When updating the data of a charts I have the following error:
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
Even with this code from the README:
The text was updated successfully, but these errors were encountered: