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: Support render props for <Popover/> and <Popconfirm/> #22034
Conversation
Mine's a realllllly old version |
Codecov Report
@@ Coverage Diff @@
## feature #22034 +/- ##
===========================================
- Coverage 97.93% 97.92% -0.02%
===========================================
Files 306 307 +1
Lines 7032 7040 +8
Branches 1891 1938 +47
===========================================
+ Hits 6887 6894 +7
- Misses 145 146 +1
Continue to review full report at Codecov.
|
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 3c0363d:
|
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 717d19c:
|
@afc163 Thanks for the merge! |
#21935
Problem:
Current
<Popover/>
and<Popconfirm/>
doesn't support render props.Solution:
Add support for render props for
<Popover/>
and<Popconfirm/>
View rendered components/popover/index.en-US.md
View rendered components/popover/index.zh-CN.md