Jim Nanney

Results 2 issues of Jim Nanney

This pull request removes the componentWillReceiveProps deprecated lifecycle method and moves the computes items into the render method. I stored previous prop values that would trigger recomputing on the class...

React 16.9.0 deprecates the componentWillReceiveProps lifecycle method and throws warnings for it use. Looking through Autowhatever.js, it appears it is only used for computing theme, sectionItems and sectionIterator. These could...