Old React lifecycle method
Closed this issue · 1 comments
capa89k commented
Hello,
I see that the library still use the componentWillReceiveProps lifecycle method that is now deprecated in react 16.
Would be possible to simply switch to componentDidUpdate method? I have already made the change, if you are ok I can create a PR.
Regards.
capa89k commented
In case someone want to use the library I forked it and solved the warning with react 16.