MicheleBertoli/react-gmaps

Old React lifecycle method

Closed this issue · 1 comments

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.

In case someone want to use the library I forked it and solved the warning with react 16.