-
错误信息:the development server returned response error code:500
解决:查看服务器的报错,会具体到项目的某个文件。
我这里是语法错误,编译不通过,修改好就OK了。 -
错误信息:Element type is incalid:expected a string or a class/function but got undefined.
You forget to export your component…
我哭了,,我定义了,export了啊!。。。
其实最后发现是引错了。
解决:undefined就是组件找不到,组件export错或import错了,没有找到。修改正确吧
相关文章: