in src/components/ModalPortal.js [129:135]
componentWillUnmount() { if (this.state.isOpen) { this.afterClose(); } clearTimeout(this.closeTimer); cancelAnimationFrame(this.openAnimationFrame); }