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
When running the complete JS test suite, the above warning is logged in the console due to using the componentWillReceiveProps lifecycle hook in the XYPlot component. Since we are using this component directly from the react-vis library, we can't update it's implementation. Maybe bumping the version of the library can fix the issue (?)
The text was updated successfully, but these errors were encountered:
Yes, this is kind of a known issue. It is unclear whether react-vis is still maintained enough such that we can hope for a fix of uber/react-vis#1084 / uber/react-vis#1356.
We have #570 for tracking the question of what to do with react-vis, and I don't think we can anything do about the mentioned warnings besides from waiting for a new version of react-vis or replacing it with something else. So I will close this issue here, but nevertheless bringing up topics like this is appreciated!
PhilippWendler
changed the title
remove warnings logged while running the complete test suite
Remove warnings logged for XYPlot while running the JS test suite
Mar 5, 2024
When running the complete JS test suite, the above warning is logged in the console due to using the
componentWillReceiveProps
lifecycle hook in theXYPlot
component. Since we are using this component directly from thereact-vis
library, we can't update it's implementation. Maybe bumping the version of the library can fix the issue (?)The text was updated successfully, but these errors were encountered: