We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
taro build --type weapp --watch编译成功后,微信小程序编辑器控制台报错,taro doctor有很多错误,小程序控制到报错如下: thirdScriptError _taroWeapp2.default.RefsArray is not a constructor TypeError: _taroWeapp2.default.RefsArray is not a constructor at Index._constructor (http://127.0.0.1:21089/appservice/pages/index/index.js:81:21) at Object.createComponent (http://127.0.0.1:21089/appservice/taro.js:1955:55) at Object.3 (http://127.0.0.1:21089/appservice/pages/index/index.js:158:42) at webpack_require (http://127.0.0.1:21089/appservice/runtime.js:80:30) at Module.10 (http://127.0.0.1:21089/appservice/pages/index/index.js:8:172) at webpack_require (http://127.0.0.1:21089/appservice/runtime.js:80:30) at Module.32 (http://127.0.0.1:21089/appservice/pages/index/index.js:168:96) at webpack_require (http://127.0.0.1:21089/appservice/runtime.js:80:30) at checkDeferredModules (http://127.0.0.1:21089/appservice/runtime.js:46:23) at Array.webpackJsonpCallback [as push] (http://127.0.0.1:21089/appservice/runtime.js:33:19)
Page "pages/index/index" has not been registered yet.
The text was updated successfully, but these errors were encountered:
你应该在 next 或 vue 分支运行,taro doctor 还没适配 next
Sorry, something went wrong.
No branches or pull requests
taro build --type weapp --watch编译成功后,微信小程序编辑器控制台报错,taro doctor有很多错误,小程序控制到报错如下:
thirdScriptError
_taroWeapp2.default.RefsArray is not a constructor
TypeError: _taroWeapp2.default.RefsArray is not a constructor
at Index._constructor (http://127.0.0.1:21089/appservice/pages/index/index.js:81:21)
at Object.createComponent (http://127.0.0.1:21089/appservice/taro.js:1955:55)
at Object.3 (http://127.0.0.1:21089/appservice/pages/index/index.js:158:42)
at webpack_require (http://127.0.0.1:21089/appservice/runtime.js:80:30)
at Module.10 (http://127.0.0.1:21089/appservice/pages/index/index.js:8:172)
at webpack_require (http://127.0.0.1:21089/appservice/runtime.js:80:30)
at Module.32 (http://127.0.0.1:21089/appservice/pages/index/index.js:168:96)
at webpack_require (http://127.0.0.1:21089/appservice/runtime.js:80:30)
at checkDeferredModules (http://127.0.0.1:21089/appservice/runtime.js:46:23)
at Array.webpackJsonpCallback [as push] (http://127.0.0.1:21089/appservice/runtime.js:33:19)
Page "pages/index/index" has not been registered yet.
The text was updated successfully, but these errors were encountered: