reactpy
reactpy copied to clipboard
Victory Chart must be unmounted before each render
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.
This is probably a bug in Victory, we just need to confirm this.