react-redux-form icon indicating copy to clipboard operation
react-redux-form copied to clipboard

Rename lifecycle methods for React v. 17+

Open notnotzero opened this issue 3 years ago • 0 comments

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)

notnotzero avatar Apr 07 '21 09:04 notnotzero