React appears in ie10 unable to get the property "content" that is not defined or referenced by null

clipboard.png
this is my code
constructor (arg) {

super(arg);
this.state = {
  content: this.props.content.contentType === "common" ? this.props.content.content.slice(0, 4) : null,
  listIndex: 4,
  problemType: "common",
  events: this.props.ProfessionalProblemList,
  beginX: null,
  beginY: null,
  endX: null,
  endY: null
}

};

Mar.29,2021
In

ie, you need to modify this.props to arg, that is, the parameter declared in super

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b346fd-2bf0d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b346fd-2bf0d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?