-
-
Notifications
You must be signed in to change notification settings - Fork 334
fix: key should be a optional param #514
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
Conversation
kiner-tang
commented
Nov 6, 2022
- fix: key should be a optional param
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## 2.x #514 +/- ##
======================================
Coverage ? 99.53%
======================================
Files ? 46
Lines ? 2160
Branches ? 636
======================================
Hits ? 2150
Misses ? 8
Partials ? 2 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
https://github.com/react-component/picker/releases/tag/v2.7.0 已发,需要去 antd 仓库发个 PR 把 rc-picker 升级上来并确认相关问题已修复。 |
onBlur(e); | ||
} | ||
}, 100); | ||
if (currentFocusedKey) { |
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.
currentFocusedKey 有可能不存在么?
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.
目前只有测试用例中可能不传,我们需要给所有的测试用例都加上吗?
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.
以真实情况为主吧,不要为了测试用例改代码。
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.
好的 |