()
| 104 | } |
| 105 | |
| 106 | componentWillUnmount() { |
| 107 | this._isMounted = false; |
| 108 | this.removeTargetEvents(); |
| 109 | this._targets = null; |
| 110 | this.clearShowTimeout(); |
| 111 | this.clearHideTimeout(); |
| 112 | } |
| 113 | |
| 114 | static getDerivedStateFromProps(props, state) { |
| 115 | if (props.isOpen && !state.isOpen) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…