if (prevProps.options.waveColor !== this.props.options.waveColor) {
      this._wavesurfer.setWaveColor(this.props.options.waveColor);
    }