-
-
Notifications
You must be signed in to change notification settings - Fork 324
Victory Chart must be unmounted before each render #461
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
Labels
priority-3-low
May be resolved one any timeline.
Comments
rmorshea
added a commit
that referenced
this issue
Aug 11, 2021
this is less than ideal - as such #461 has been created in order to try and track down what the problem is. in short victory charts do not update unless explicitely unmounted before updating. ReactDOM.render should work as expected, but for whatever reason it is not here.
rmorshea
added a commit
that referenced
this issue
Aug 12, 2021
this is less than ideal - as such #461 has been created in order to try and track down what the problem is. in short victory charts do not update unless explicitely unmounted before updating. ReactDOM.render should work as expected, but for whatever reason it is not here.
This is probably a bug in Victory, we just need to confirm this. |
Closing since this issue is now obsolete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have no idea why this is. Other packages like Material UI seem to handle this fine, but Victory doesn't. According to the React docs, calling
ReactDOM.render
on the same node should work just fine, but for whatever reason, in this case it doesn't.The text was updated successfully, but these errors were encountered: