()
| 99 | } |
| 100 | |
| 101 | componentDidMount() { |
| 102 | this._isMounted = true; |
| 103 | this.updateTarget(); |
| 104 | } |
| 105 | |
| 106 | componentWillUnmount() { |
| 107 | this._isMounted = false; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…