()
| 133 | } |
| 134 | |
| 135 | componentWillUnmount() { |
| 136 | if (this.state.isOpen) { |
| 137 | this.afterClose(); |
| 138 | } |
| 139 | clearTimeout(this.closeTimer); |
| 140 | cancelAnimationFrame(this.openAnimationFrame); |
| 141 | } |
| 142 | |
| 143 | setOverlayRef = overlay => { |
| 144 | this.overlay = overlay; |
nothing calls this directly
no outgoing calls
no test coverage detected