加气的凉白开
侠客
侠客
  • 最后登录2024-02-16
  • 发帖数19
阅读:11418回复:0

[react]TypeError: Class extends value undefined is not a constructor or null

楼主#
更多 发布于:2019-06-13 16:36
React 项目中,报错:

TypeError: Class extends value undefined is not a constructor or null

代码如下:
class CommentBox extends React.component{


原因:
最后发现是React.component , component 的首字母没有大写,需要大写才可以
class CommentBox extends React.Component{
游客


返回顶部

公众号

公众号