()
| 358 | } |
| 359 | |
| 360 | clearBackdropAnimationTimeout() { |
| 361 | if (this._backdropAnimationTimeout) { |
| 362 | clearTimeout(this._backdropAnimationTimeout); |
| 363 | this._backdropAnimationTimeout = undefined; |
| 364 | } |
| 365 | } |
| 366 | |
| 367 | render() { |
| 368 | const { direction, unmountOnClose } = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…