(_, isAppearing)
| 78 | } |
| 79 | |
| 80 | onEntered(_, isAppearing) { |
| 81 | const node = this.getNode(); |
| 82 | this.setState({ dimension: null }); |
| 83 | this.props.onEntered(node, isAppearing); |
| 84 | } |
| 85 | |
| 86 | onExit() { |
| 87 | const node = this.getNode(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…