()
| 90 | } |
| 91 | |
| 92 | onExiting() { |
| 93 | const node = this.getNode(); |
| 94 | // getting this variable triggers a reflow |
| 95 | const _unused = this.getDimension(node); // eslint-disable-line no-unused-vars |
| 96 | this.setState({ dimension: 0 }); |
| 97 | this.props.onExiting(node); |
| 98 | } |
| 99 | |
| 100 | onExited() { |
| 101 | const node = this.getNode(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…