componentDidMount()

in src/components/ModalPortal.js [89:93]


  componentDidMount() {
    if (this.props.isOpen) {
      this.open();
    }
  }