-
-
Notifications
You must be signed in to change notification settings - Fork 50.7k
New issue
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
feat: add rate direction #23321
feat: add rate direction #23321
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit be3309f:
|
测试用例挂了。 |
Codecov Report
@@ Coverage Diff @@
## feature #23321 +/- ##
===========================================
- Coverage 98.38% 98.38% -0.01%
===========================================
Files 364 364
Lines 7326 7325 -1
Branches 1960 1960
===========================================
- Hits 7208 7207 -1
Misses 118 118
Continue to review full report at Codecov.
|
@afc163 这个报错是因为 lock 的原因吗? |
components/rate/index.tsx
Outdated
const rateClassNames = classNames(className, { | ||
[`${ratePrefixCls}-rtl`]: direction === 'rtl', | ||
}); | ||
const rateClassNames = classNames(className); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个变量没意义了,直接透传就行了。
🤔 This is a ...
🔗 Related issue link
close #22296
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge