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
微信小程序
https://github.com/SmallMoca/taro-tabItemtab-bug.git 小程序基础库: 2.33.0 使用框架: React
进入小程序,点击当前页面之外的tab
useTabItemTap的回调被执行
useTabItemTap的回调没被执行
👽 Taro v3.5.8 Taro CLI 3.5.8 environment info: System: OS: Windows 10 Binaries: Node: 14.20.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.19 - ~\AppData\Local\pnpm\yarn.CMD npm: 6.14.17 - C:\Program Files\nodejs\npm.CMD
使用原生小程序开发中,第一次点击tab 会触发 onTabItemTap 调用
The text was updated successfully, but these errors were encountered:
fix(runtime): 修复 useTabItemTap 不触发的问题,fix #14170
e315ed5
b3f9346
fix(runtime): 修复 useTabItemTap 不触发的问题,fix NervJS#14170
549d173
Successfully merging a pull request may close this issue.
相关平台
微信小程序
复现仓库
https://github.com/SmallMoca/taro-tabItemtab-bug.git
小程序基础库: 2.33.0
使用框架: React
复现步骤
进入小程序,点击当前页面之外的tab
期望结果
useTabItemTap的回调被执行
实际结果
useTabItemTap的回调没被执行
环境信息
补充信息
使用原生小程序开发中,第一次点击tab 会触发 onTabItemTap 调用
The text was updated successfully, but these errors were encountered: