[BUG] Ant Design's Tooltip
component not showing when used with ImportButton
#6631
Labels
bug
Something isn't working
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: