fix(components): correct alipay scroll animation duration type#19167
fix(components): correct alipay scroll animation duration type#19167iambinlin wants to merge 3 commits into
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)
✅ Files skipped from review due to trivial changes (1)
WalkthroughTaro 组件库中 ScrollView 的类型定义将 ChangesScrollView 类型定义
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)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed: dependency version conflict. Check your lock file or package.json. 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 5790 5815 +25
========================================
Hits 13151 13151
- Misses 8445 8568 +123
+ Partials 1858 1735 -123
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