if (this.props.zoom !== prevProps.zoom) {
      this._wavesurfer.zoom(this.props.zoom);
    }