gururajbm / custom-select-tdd

Avoid using setState in componentDidMount JS-0442
Performance
Major
1 occurrence in this check
Do not use setState in componentDidMount
 22  }
 23
 24  componentDidMount() {
 25    this.setState({ optionsData: this.props.options }); 26  }
 27
 28  handleClickOutside = () => {