You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes #27292 - workaround for c3 destroy issue (#435)
* Fixes #27292 - workaround for c3 destroy issue
There is a known issue in react-c3js that can lead to the charts to
disappear due to some race condition during component unmounting/destroy
phase bcbcarl/react-c3js#22.
Delaying the actual destroy a bit seems to help with workarounding the
issue.
* Refs #27292 - Add note about no need for explicit bind
0 commit comments