constructor()

in web/src/App.js [44:50]


  constructor(props){
    super(props)
    this.state = {
      messages:[],
      connectionState: 'Initializing Connection...',
    }
  }