TNRIS / dataHub

ReactJS frontend web application for browsing, downloading, and inquiring about TNRIS public data and historical imagery.
https://data.tnris.org
7 stars 0 forks source link

Update unsafe React lifecycle methods #256

Closed JasonKleinert closed 4 years ago

JasonKleinert commented 4 years ago

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

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 identified

componentWillUpdate found in:

JasonKleinert commented 4 years ago

resolved in commit 9e7c7f2e775245e664d0b3c9b9e8088f4ca3a139