fix(components): correct alipay scroll animation duration type#19167
fix(components): correct alipay scroll animation duration type#19167bigbigDreamer wants to merge 1 commit intoNervJS:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughTaro 组件库中 ScrollView 的 TypeScript 类型定义文件更新,将 Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19167 +/- ##
=======================================
Coverage 56.07% 56.07%
=======================================
Files 447 447
Lines 23454 23454
Branches 5780 5814 +34
=======================================
Hits 13151 13151
+ Misses 8448 8447 -1
- Partials 1855 1856 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
这个 PR 做了什么? (简要描述所做更改)
修正
ScrollViewProps.scrollAnimationDuration的 TypeScript 类型定义,将其从string调整为number,与支付宝小程序scroll-view组件文档中scroll-animation-duration属性类型保持一致。参考文档:https://opendocs.alipay.com/mini/component/scroll-view
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台:
Summary by CodeRabbit