react在ie10出现 无法获取未定义或 null 引用的属性“content”

https://img4.mukewang.com/5b5d7408000141e504910140.jpg

这是我的代码
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}

};


慕哥6287543
浏览 1986回答 1
1回答

猛跑小猪

看官方文档
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript