constructor () {
          super()
          this.state = { show: true }
          setState = s => {
            this.setState(s)