react-vis
react-vis copied to clipboard
Refactor componentWillReceiveProps
Refactored componentWillReceiveProps to work with componentDidUpdate
Fixes #1084 and #1245
Hey y'all when will this be merged?
Hello, any update on this issue? Thanks in advance
I also would like this to be merged. Can we get an update? Seeing an issue where the FlexibleXYPlot
is not resizing properly when paired with Suspense
because componentWillReceiveProps
fires before the display: none !important;
is removed from the suspended component, which means it sets the width
and height
to 0.
👍
Sorry all for the terrible response time. As you may have been aware, development on react-vis was stalled for some time. We are getting back into it however, as we are focusing on modernizing it a bit and putting a focus on performance.
I've rebased and fixed some tests over this this PR (that is based on this one) https://github.com/uber/react-vis/pull/1343
@Xiot Is there any update on when this can be merged? This issue is becoming more and more pressing for us! Thanks!