paulcollett / react-masonry-css

React Masonry layout component powered by CSS, dependancy free
https://paulcollett.github.io/react-masonry-css/demo/
MIT License
961 stars 66 forks source link

Change "componentWillReceiveProps" to componentDidUpdate #36

Closed NSDrowned closed 5 years ago

NSDrowned commented 5 years ago

Changed "componentWillReceiveProps" to componentDidUpdate to avoid warning.

paulcollett commented 5 years ago

thanks for the pr and review