(node, isAppearing)
| 272 | } |
| 273 | |
| 274 | onOpened(node, isAppearing) { |
| 275 | this.props.onOpened(); |
| 276 | (this.props.modalTransition.onEntered || noop)(node, isAppearing); |
| 277 | } |
| 278 | |
| 279 | onClosed(node) { |
| 280 | const { unmountOnClose } = this.props; |
nothing calls this directly
no test coverage detected
searching dependent graphs…