Taro TypeError: Super expression must either be null or a function

在 taro 使用 taro-ui 库时报如下错误:
TypeError: Super expression must either be null or a function

解决方法:

npm i —save taro-ui@next
// or
yarn add taro-ui@next

refer: TypeError: Super expression must either be null or a function
我本地安装的是 taro v3.4.10,taro-ui是2.x 。 应该是taro-ui的版本跟taro版本没有兼容

你可能感兴趣的:(Taro TypeError: Super expression must either be null or a function)