TNRIS / iswp2017

Web application for the 2017 Texas State Water Plan
https://2017.texasstatewaterplan.org
4 stars 0 forks source link

Update unsafe React lifecycle methods #275

Open JasonKleinert opened 4 years ago

JasonKleinert commented 4 years ago

React is deprecating 3 of their lifecycle methods in the upcoming version 17 release. These are:

We should determine if it's worth updating this app or not. I know we hadn't really planned on updating the React version, but may have to eventually.

For now the code will continue to work with deprecation warnings and possible bugs. We need to identify where these are used and update our code with the recommended alternatives. Guidance found here: https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html

JasonKleinert commented 4 years ago

Affected source code

componentWillMount

componentWillReceiveProps

componentWillUpdate