Реактируйте реквизиты хранилища в штате

class FirstComponent extends React.Component {
  state = {
   value: this.props.value,
  };
}
Av3