Tencent / tdesign-mobile-react

A React Mobile UI components lib for TDesign.
https://tdesign.tencent.com/mobile-react
MIT License
60 stars 66 forks source link

fix(swiper): 修复缺少ref传递导致dev环境下报错的问题 #534

Open wengx00 opened 1 month ago

wengx00 commented 1 month ago

🤔 这个 PR 的性质是?

🔗 相关 Issue

💡 需求背景和解决方案

  1. 问题:

    • forwardRef 需要接收第二个参数作为ref,Swiper 组件缺少这个参数传递,导致在开发环境下 React 会在 DevTools 中抛出错误
  2. 解决方法

    • useImperativeHandler 透传 ref

📝 更新日志

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项。⚠️

github-actions[bot] commented 3 weeks ago

完成