-
-
Notifications
You must be signed in to change notification settings - Fork 50.8k
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
fix: ref lost in Radio.Group #25328
fix: ref lost in Radio.Group #25328
Conversation
有兴趣给table也加一下吗?我没搞好。 |
displayName |
啥意思? |
你先提上来,大家看看 😂😂 |
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 c674108:
|
Codecov Report
@@ Coverage Diff @@
## master #25328 +/- ##
=======================================
Coverage 99.51% 99.51%
=======================================
Files 368 368
Lines 7290 7290
Branches 2042 2042
=======================================
Hits 7255 7255
Misses 35 35
Continue to review full report at Codecov.
|
ant-design/components/radio/radio.tsx Line 61 in 1b29fef
Radio 里有一个, Group 还要加吗? |
@yoyo837 Table 看起来好难 😂 |
添加一个静态属性,displayName 可以支持react devtools显示组件而不是匿名 |
React的每个节点组件都可以有 |
group和radio 没关系 |
加个 |
看了下是 |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
close #25310
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge