()
| 93 | } |
| 94 | |
| 95 | componentDidMount() { |
| 96 | if (this.props.isOpen) { |
| 97 | this.open(); |
| 98 | } |
| 99 | } |
| 100 | |
| 101 | componentDidUpdate(prevProps, prevState) { |
| 102 | if (process.env.NODE_ENV !== "production") { |
nothing calls this directly
no outgoing calls
no test coverage detected