- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[BUG] Ant Design's Tooltip
component not showing when used with ImportButton
#6631
Comments
Hey I think I could figure this out, could I be assigned to this issue? |
Hello @Samuel-Habib, I assigned to you. Thanks for improving Refine! |
@Samuel-Habib Could you please explain where the problem is? Is the implementation of Refine's |
Hey, I would like to work on this issue. Can you please assign it to me. |
Hello @alicanerdurmaz, The issue occurs because the Tooltip component passes event handlers like |
@mohit-2003 you may as well make the PR since its labelled as |
Describe the bug
I am using
ExportButton
,CreateButton
andImportButton
and I wrap them with Ant Design'sTooltip
component. When I hover over the buttons,ExportButton
andCreateButton
's tooltips are shown. But theImportButton
's tooltip is not shown when hovered. Here's how I am using it:Steps To Reproduce
ImportButton
component.Tooltip
component.Expected behavior
I expect all Refine buttons to have the standard behavior when used along with antd components.
Packages
"^4.56.0"
)"^5.44.0"
)"^5.17.0"
)Additional Context
This issue might be relevant to #1630.
The text was updated successfully, but these errors were encountered: