码迷,mamicode.com
首页 > Web开发 > 详细

ReactJs 报错 Element type is invalid: expected a string (from built-in components) or a class/function (for composite components) but got: undefined. Check the render method of `Me`.

时间:2016-11-01 14:26:59      阅读:535      评论:0      收藏:0      [点我收藏+]

标签:from   引用   method   技术分享   for   com   component   efi   str   

  今天在重构一个页面的时候,碰到了一个error,具体的error信息如下图中所示:

  技术分享

  最后经过一番查找定位,终于找到了问题所在,原因就是在父组件引用子组件时多加了一个大括号。

  import {Chart} from ‘Chart‘;

  把{}去掉就可以了。

ReactJs 报错 Element type is invalid: expected a string (from built-in components) or a class/function (for composite components) but got: undefined. Check the render method of `Me`.

标签:from   引用   method   技术分享   for   com   component   efi   str   

原文地址:http://www.cnblogs.com/olivers/p/6018892.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!