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 be moved to the render function, and if it is expensive, could be memoized.
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 be moved to the render function, and if it is expensive, could be memoized.