gymnastjs/gymnast

View on GitHub
src/useGrid/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function useGrid has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function useGrid<A extends {}>(
  props: GridProps & A
): [
  boolean,
  A & { className: string | undefined; style: React.CSSProperties }
Severity: Major
Found in src/useGrid/index.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status