(node, isAppearing)
| 220 | } |
| 221 | |
| 222 | onOpened(node, isAppearing) { |
| 223 | this.props.onOpened(); |
| 224 | (this.props.offcanvasTransition.onEntered || noop)(node, isAppearing); |
| 225 | } |
| 226 | |
| 227 | onClosed(node) { |
| 228 | const { unmountOnClose } = this.props; |
nothing calls this directly
no test coverage detected
searching dependent graphs…