davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.07k stars 251 forks source link

Rename lifecycle methods for React v. 17+ #1231

Open notnotzero opened 3 years ago

notnotzero commented 3 years ago

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)