airbnb/caravel

View on GitHub
superset-frontend/src/explore/components/controls/DndColumnSelectControl/useResizeButton.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function useResizeButton has 98 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function useResizeButton(
  minWidth: number,
  minHeight: number,
): [JSX.Element, number, number] {
  const [width, setWidth] = useState(POPOVER_INITIAL_WIDTH);

    There are no issues that match your filters.

    Category
    Status