()
| 98 | } |
| 99 | |
| 100 | onExited() { |
| 101 | const node = this.getNode(); |
| 102 | this.setState({ dimension: null }); |
| 103 | this.props.onExited(node); |
| 104 | } |
| 105 | |
| 106 | getNode() { |
| 107 | return this.nodeRef.current; |
nothing calls this directly
no test coverage detected
searching dependent graphs…