class Outer extends Component {
        constructor (p, c) {
          super(p, c)
          this.state = { i: 0 }
        }