react-redux-form
react-redux-form copied to clipboard
Rename lifecycle methods for React v. 17+
The Problem
React v.17 + doesnt support methods componentWillMount and componentWillReceiveProps. Please, replace them with UNSAFE_componentWillReceiveProps and UNSAFE_componentWillMount
Steps to Reproduce
Expected Behavior
Actual Behavior
Reproducible Code Example
(please fork from this CodePen template or this CodeSandbox template)