报错问题
在react+ant design pro项目开发中,浏览器控制台出现报错:Warning: React.createElement: type is invalid – expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it’s defined in, or you might have mixed up default and named imports.解决办法。
只要我们的报错信息一致就可以解决掉。