esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
859 stars 283 forks source link

React lifecycle methods deprecating #441

Open wikidmj opened 4 years ago

wikidmj commented 4 years ago

The following errors forewarn of deprecating lifecycle methods which need updating:

Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

Please update the following components: ChartRow


Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

Please update the following components: ChartRow, TimeAxis


Any chance these could be updated to futureproof the NPM package?

Thanks