constructor(props) {
    super(props)
    this._viewer = null
    this._onViewerChange = this._onViewerChange.bind(this)
  }