()
| 42 | }, |
| 43 | |
| 44 | clearTimer(){ |
| 45 | if (this._timer) { |
| 46 | clearTimeout(this._timer) |
| 47 | this._timer = null |
| 48 | } |
| 49 | }, |
| 50 | |
| 51 | handleClose(){ |
| 52 | const {onClose} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…