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
H5
浏览器版本: chrome112 使用框架: React
最新3.6.5的taro,初始化项目,用picker文档里的的demo。选择滑动的时候就会报错。 https://taro-docs.jd.com/docs/components/forms/picker
不报错
使用picker会报unable to preventDefault inside passive event listener invocation.
Taro v3.6.5 Taro CLI 3.6.5 environment info: System: OS: macOS 13.2.1 Shell: 5.8.1 - /bin/zsh Binaries: Node: 14.20.0 - ~/.nvm/versions/node/v14.20.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v14.20.0/bin/yarn npm: 6.14.17 - ~/.nvm/versions/node/v14.20.0/bin/npm npmPackages: @tarojs/cli: 3.6.5 => 3.6.5 @tarojs/components: 3.6.5 => 3.6.5 @tarojs/helper: 3.6.5 => 3.6.5 @tarojs/plugin-framework-react: 3.6.5 => 3.6.5 @tarojs/plugin-platform-alipay: 3.6.5 => 3.6.5 @tarojs/plugin-platform-h5: 3.6.5 => 3.6.5 @tarojs/plugin-platform-jd: 3.6.5 => 3.6.5 @tarojs/plugin-platform-qq: 3.6.5 => 3.6.5 @tarojs/plugin-platform-swan: 3.6.5 => 3.6.5 @tarojs/plugin-platform-tt: 3.6.5 => 3.6.5 @tarojs/plugin-platform-weapp: 3.6.5 => 3.6.5 @tarojs/react: 3.6.5 => 3.6.5 @tarojs/runtime: 3.6.5 => 3.6.5 @tarojs/shared: 3.6.5 => 3.6.5 @tarojs/taro: 3.6.5 => 3.6.5 @tarojs/webpack5-runner: 3.6.5 => 3.6.5 babel-preset-taro: 3.6.5 => 3.6.5 eslint-config-taro: 3.6.5 => 3.6.5 react: ^18.0.0 => 18.2.0
The text was updated successfully, but these errors were encountered:
fix(picker): 修复组件事件捕获问题 fix #13696
864ef27
56e5959
Successfully merging a pull request may close this issue.
相关平台
H5
浏览器版本: chrome112
使用框架: React
复现步骤
最新3.6.5的taro,初始化项目,用picker文档里的的demo。选择滑动的时候就会报错。
https://taro-docs.jd.com/docs/components/forms/picker
期望结果
不报错
实际结果
使用picker会报unable to preventDefault inside passive event listener invocation.
环境信息
The text was updated successfully, but these errors were encountered: