gilbarbara/react-dropdown

View on GitHub
src/components/Create.tsx

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function Create has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Create(props: ComponentProps): JSX.Element | null {
  const {
    methods: { createItem, getLabels, getStyles },
    props: { create, options },
    state: { cursor, search, values },
Severity: Minor
Found in src/components/Create.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status