mobile头部加载之后,页面报错
来源:12-2 移动端页头组件开发
永不止息L
2017-07-24
跟着老师的代码,一直到12-1都是正常显示,到了12-2写完mobile 的头部页面代码之后就页面就不显示了。
报错:
Uncaught TypeError: Super expression must either be null or a function, not undefined
at _inherits (mobile_header.js:1)
at bundle.js:135938
at Object.<anonymous> (mobile_header.js:13)
at __webpack_require__ (bootstrap 2714c93…:661)
at fn (bootstrap 2714c93…:87)
at Object.defineProperty.value (mobile_index.js:3)
at __webpack_require__ (bootstrap 2714c93…:661)
at fn (bootstrap 2714c93…:87)
at Object.<anonymous> (root.js:6)
at __webpack_require__ (bootstrap 2714c93…:661)
我检查了3遍代码,没有发现错误,还请老师帮下忙,非常感谢!
写回答
2回答
-
你第一个截图中 React.Componet,请麻烦再确认下单词应该怎么拼写。
142017-07-25 -
Parry
2017-07-24
提问区主要是思考之后的问题提问,请不要写一段代码就贴一段代码上来啊。
012017-07-24
相似问题