加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

react tutorial comment遇到的问题解决

发布时间:2020-12-15 04:38:30 所属栏目:百科 来源:网络整理
导读:问题:Warning: React.createElement: type should not be null,undefined,boolean,or number. It should be a string (for DOM elements) or a ReactClass (for composite components). Check the render method of `CommentBox`. 解决方式: CommentBox 所


问题:Warning: React.createElement: type should not be null,undefined,boolean,or number. It should be a string (for DOM elements) or a ReactClass (for composite components). Check the render method of `CommentBox`.

解决方式:

CommentBox 所包含的组件要定义到CommentBox的上面,如果不这样的话,就会报上述错误。将CommentBox放到其他组件下面,问题解决。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读