error 如下: Error: Element 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.
Check the render method of DealPicModal.
代码如下,AvatarEditor是第三方component:
声明文件如下:
原js code:
麻烦大家帮忙看看,谢谢。