-
Notifications
You must be signed in to change notification settings - Fork 30
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
taro 支付宝小程序不支持吗? #40
Comments
@geekact 请教大佬,麻烦抽空帮忙看下 |
NervJS/taro#14082 |
好的,感谢回复哈,我关注下 |
找到问题了 |
当然你可以先用临时方案,就是在项目里固定react-redux的版本号 // package.json
{
name: '',
dependencies: {},
...
// npm 用这个
"overrides": {
"foca": {
"react-redux": "8.1.0"
}
},
// yarn 用这个
"resolutions": {
"foca/react-redux": "8.1.0"
},
// pnpm 用这个
"pnpm": {
"overrides": {
"react-redux": "8.1.0"
}
}
} |
好的 |
问题完美解决 |
我是因为自己写的h5页面空白页找到的这个issue,感恩。 |
经过和作者的沟通 reduxjs/react-redux#2053 ,react-redux已经做了兼容并升级到 8.1.2。 |
编译直接报错!
H5 和 微信小程序没有问题
The text was updated successfully, but these errors were encountered: