airbnb/caravel

View on GitHub
superset-frontend/src/components/Tooltip/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Tooltip has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Tooltip = (props: TooltipProps) => {
  const theme = useTheme();
  return (
    <>
      {/* Safari hack to hide browser default tooltips */}
Severity: Minor
Found in superset-frontend/src/components/Tooltip/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status