You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appservice?t=1624039925152:8162 pages/index/index.js:
TypeError: Super expression must either be null or a function
at _inherits (inherits.js:4)
at index.tsx:10
at Object../src/components/Test/index.tsx (index.tsx:10)
at webpack_require (bootstrap:79)
at Object../node_modules/babel-loader/lib/index.js!./src/pages/index/index.tsx (index.js:26)
at webpack_require (bootstrap:79)
at Module../src/pages/index/index.tsx (index.tsx?aff8:1)
at webpack_require (bootstrap:79)
at checkDeferredModules (bootstrap:45)
at Array.webpackJsonpCallback [as push] (bootstrap:32)(env: Windows,mp,1.05.2105170; lib: 2.0.4)
相关平台
微信小程序
复现仓库
https://gitee.com/wu6789/KnosApp.git
小程序基础库: 3.2.12
使用框架: React
复现步骤
class AddressPicker extends Taro.Component {
constructor() {
super(...arguments)
}
render () {
return (
测试
)
}
}
使用就会报错,改成React.Component 就不报错,版本是3.2.12,issue里面选不了版本
class AddressPicker extends Taro.Component {
constructor() {
super(...arguments)
}
render () {
return (
测试
)
}
}
期望结果
正常显示测试
实际结果
appservice?t=1624039925152:8162 pages/index/index.js:
TypeError: Super expression must either be null or a function
at _inherits (inherits.js:4)
at index.tsx:10
at Object../src/components/Test/index.tsx (index.tsx:10)
at webpack_require (bootstrap:79)
at Object../node_modules/babel-loader/lib/index.js!./src/pages/index/index.tsx (index.js:26)
at webpack_require (bootstrap:79)
at Module../src/pages/index/index.tsx (index.tsx?aff8:1)
at webpack_require (bootstrap:79)
at checkDeferredModules (bootstrap:45)
at Array.webpackJsonpCallback [as push] (bootstrap:32)(env: Windows,mp,1.05.2105170; lib: 2.0.4)
环境信息
The text was updated successfully, but these errors were encountered: