constructor()

in src/myChannels.js [11:29]


  constructor(props) {
    super(props);
    console.log("mychannel");
    console.log(props);
    this.state = {
      channel_list: [],
      popup: false,
      popup_msg: "",
      popup_header: "",
      delete_check: false,
      delete_target: {},
      loader: false,
      info: false,
      info_target: {},
      copyendpoint: false,
      copystreamkey: false,
      authid: null,
    }
  }