yinLiangDream / mp-colorui

MP-COLORUI 是基于 Taro框架的组件库,由于作者平时工作较忙,有时回复不及时,有事可以加QQ群 1145534886 咨询,文档请看这里→
https://yinliangdream.github.io/mp-colorui-doc/
MIT License
365 stars 41 forks source link

Super expression must either be null or a function #102

Closed liudonghua123 closed 3 years ago

liudonghua123 commented 3 years ago

为了更好的定位以及解决问题,在提交 ISSUE 时,我希望你

  1. 标明 mp-colorui 的版本号 0.6.19
  2. 标明 Taro 的版本号 3.0.21
  3. 贴出关于这次问题的相关代码或截图
pages/index/index.js:
 TypeError: Super expression must either be null or a function
    at _inherits (inherits.js:4)
    at index.js:7935
    at Object../node_modules/mp-colorui/dist/weapp/components/checkbox/h5/index.tsx (index.js:8044)
    at __webpack_require__ (bootstrap:79)
    at Object../node_modules/mp-colorui/dist/weapp/components/checkbox/index.tsx (index.js:8074)
    at __webpack_require__ (bootstrap:79)
    at Module../node_modules/mp-colorui/dist/weapp/index.js (index.js:15162)
    at __webpack_require__ (bootstrap:79)
    at Object../node_modules/mp-colorui/dist/index.js (index.js:5726)
    at __webpack_require__ (bootstrap:79)
TypeError: Super expression must either be null or a function
    at _inherits (inherits.js:4)
    at index.js:7935
    at Object../node_modules/mp-colorui/dist/weapp/components/checkbox/h5/index.tsx (index.js:8044)
    at __webpack_require__ (bootstrap:79)
    at Object../node_modules/mp-colorui/dist/weapp/components/checkbox/index.tsx (index.js:8074)
    at __webpack_require__ (bootstrap:79)
    at Module../node_modules/mp-colorui/dist/weapp/index.js (index.js:15162)
    at __webpack_require__ (bootstrap:79)
    at Object../node_modules/mp-colorui/dist/index.js (index.js:5726)
    at __webpack_require__ (bootstrap:79)

使用一个空的taro项目集成mp-colorui的时候运行提示上面的错误,可以编译通过

image

yinLiangDream commented 3 years ago

0.x 是适配Taro2.x的组件库,想要使用Taro3.x 请手动安装1.0.0-beta.1版本