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
微信小程序
小程序基础库: 2.16.1 使用框架: React
无法使用 state 来动态控制 <View catchMove={catchMoveState}>
<View catchMove={catchMoveState}>
可以动态控制
无法动态控制
👽 Taro v3.2.5 Taro CLI 3.2.5 environment info: System: OS: macOS 11.4 Shell: 5.8 - /bin/zsh Binaries: Node: 12.18.3 - /usr/local/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.14.6 - /usr/local/bin/npm npmGlobalPackages: typescript: 4.1.2
The text was updated successfully, but these errors were encountered:
有同样的需求需要动态控制catchMove, 不知这个feature有没有排期。 @Chen-jj
Sorry, something went wrong.
fix(runtime): 让 catchMove 可以动态切换,fix #9488
87d9894
c6d5dcb
Successfully merging a pull request may close this issue.
相关平台
微信小程序
小程序基础库: 2.16.1
使用框架: React
复现步骤
无法使用 state 来动态控制
<View catchMove={catchMoveState}>
期望结果
可以动态控制
实际结果
无法动态控制
环境信息
The text was updated successfully, but these errors were encountered: