constructor()

in test.js [608:612]


            constructor(props) {
              super(props);
              this.state = {};
              this.updateState = this.updateState.bind(this);
            }