componentWillUnmount()

in src/templates/components/Sidebar/ScrollSyncSection.js [34:37]


  componentWillUnmount() {
    window.removeEventListener('resize', this.handleResize);
    window.removeEventListener('scroll', this.handleScroll);
  }