constructor()

in src/Components/formView.tsx [54:59]


  constructor(props: any) {
    super(props);
    this.state = {
      loading: new ObservableValue<boolean>(false)
    };
  }