if (prevProps.options.cursorColor !== this.props.options.cursorColor) {
      this._wavesurfer.setCursorColor(this.props.options.cursorColor);
    }