Lifecycle methods like componentWillReceiveProps are going to be depreciated in the upcoming version of ReactJS, but these are still used in react-component. We are seeing their warnings in the console. Please update them.
Reference: https://github.com/react-component/form/blob/master/src/createBaseForm.js#L91
Lifecycle methods like
componentWillReceiveProps
are going to be depreciated in the upcoming version of ReactJS, but these are still used in react-component. We are seeing their warnings in the console. Please update them. Reference: https://github.com/react-component/form/blob/master/src/createBaseForm.js#L91