constructor () {
          super()
          log.push('outer constructor')
          this.state = { value: 0 }
          forceUpdateOuter = () => this.forceUpdate()