React.jsx: type is invalid

经检查后发现是组件引入原因。

错误

import { View } from '@tarojs/taro'

 

正确

import { View } from '@tarojs/components'

 

posted @ 2022-08-29 12:08  醉肆意  阅读(46)  评论(0)    收藏  举报