superset-frontend/src/components/Tooltip/index.tsx
Function Tooltip
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const Tooltip = (props: TooltipProps) => {
const theme = useTheme();
return (
<>
{/* Safari hack to hide browser default tooltips */}