public constructor()

in src/reactUtils.tsx [73:77]


  public constructor(props: ContainerProps) {
    super(props);
    this.state = initialState;
    this.update = this.update.bind(this);
  }