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