subtirelumihail / react-fullpage

A react implementation of fullpage.js
304 stars 105 forks source link

Fix unremoved resize event listener #60

Open lucklove opened 6 years ago

lucklove commented 6 years ago

Event listener is not removed in componentWillUnmount sinse the result of () => this.handleResize() == () => this.handleResize() is false. It cause warning in debug mode.