rrutsche / react-parallax

A React Component for parallax effect
MIT License
855 stars 76 forks source link

properly remove parent event listeners on update #60

Closed alaahamdyy26 closed 5 years ago

rrutsche commented 5 years ago

@alaahamdyy26 Good fix. This apparently got broken with the componentWillReceiveProps => componentDidUpdate change. Thanks.