appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

Remove use of deprecated React lifecycle hook #23

Closed vlladdrakk closed 5 years ago

vlladdrakk commented 5 years ago

For React 16.3 and later componentWillReceiveProps was deprecated. I have replaced it with getDerivedStateFromProps which was introduced as a replacement.

steelydylan commented 5 years ago

@vlladdrakk Thank you!!!!!