-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
react-devtools报错connectSocket is not a function #11438
Comments
等待热心的小伙伴解决问题中..., 有一些相关的 issues 可能帮助到你! Thank you so much! |
fw6
added a commit
to fw6/taro
that referenced
this issue
Mar 14, 2022
临时修复react-devtools在插件开发模式下报错问题;PR中根据代码建议调整写法 NervJS#11438
17 tasks
Chen-jj
added a commit
to fw6/taro
that referenced
this issue
Mar 27, 2022
Chen-jj
added a commit
that referenced
this issue
Mar 27, 2022
* fix(taro-alipay): 支付宝小程序插件配置字段缺失 支付宝小程序插件生成的plugin.json配置缺少pages #11361 * fix(react): 修复小程序插件无法使用hooks问题 Taro专有 Hooks在小程序插件页面中可以使用 #11373 * test(ci): 更新测试结果快照 * fix: 更改代码写法,修复错误 临时修复react-devtools在插件开发模式下报错问题;PR中根据代码建议调整写法 #11438 * Revert "fix(react): 修复小程序插件无法使用hooks问题" This reverts commit dc93f9a. # Conflicts: # packages/taro-loader/src/native-component.ts * chore: update plugin example * fix(react): 修复小程序插件无法使用 Taro hooks 的问题,fix #11373 * fix(loader): 修复编译小程序插件时配合使用 devtools 插件会报错的问题,fix #11438 * fix: ci Co-authored-by: chenjiajian <798095202@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 2.22.0
使用框架: React
复现步骤
taro build --plugin weapp --watch
TypeError: _tarojs_taro__WEBPACK_IMPORTED_MODULE_2___default.a.connectSocket is not a function
期望结果
正常开启react devtools,插件页面正常渲染
实际结果
react devtools启动成功,控制台出现报错
插件页面无法打开
环境信息
The text was updated successfully, but these errors were encountered: