()
| 84 | } |
| 85 | |
| 86 | onExit() { |
| 87 | const node = this.getNode(); |
| 88 | this.setState({ dimension: this.getDimension(node) }); |
| 89 | this.props.onExit(node); |
| 90 | } |
| 91 | |
| 92 | onExiting() { |
| 93 | const node = this.getNode(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…