react-ladda
react-ladda copied to clipboard
Warning about `componentWillReceiveProps`
References #61
As mentioned in React docs here componentWillReceiveProps
is being deprecated, and should be either renamed to UNSAFE_componentWillReceiveProps
or be replaced with componentDidUpdate
.
Is anyone still maintaining this project? I see no reason not to merge this PR.
^ Any updates on this?