react component will receive props
componentWillReceiveProps (nextProps) { this.setState({ inputQuestion: nextProps.secureqalist[0].value, }) }