首页 > 其他 > 详细

Super expression must either be null or a function, not undefined _inherits

时间:2020-06-06 19:36:28      阅读:42      评论:0      收藏:0      [点我收藏+]

请检查你的导入和组件继承是否是正确的,注意大小写,单词拼写

import React, { Component } from ‘react‘    注意大小写和拼写
export default class xxx extends Component {  注意大小写和拼写
  
}

 

Super expression must either be null or a function, not undefined _inherits

原文:https://www.cnblogs.com/zqblog1314/p/13055921.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!