(_, isAppearing)
| 72 | } |
| 73 | |
| 74 | onEntering(_, isAppearing) { |
| 75 | const node = this.getNode(); |
| 76 | this.setState({ dimension: this.getDimension(node) }); |
| 77 | this.props.onEntering(node, isAppearing); |
| 78 | } |
| 79 | |
| 80 | onEntered(_, isAppearing) { |
| 81 | const node = this.getNode(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…