react-tags/react-tags

View on GitHub
example/main.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function App has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const App = () => {
  const [tags, setTags] = React.useState<Array<Tag>>([
    { id: 'Thailand', text: 'Thailand', className: '' },
    { id: 'India', text: 'India', className: '' },
    { id: 'Vietnam', text: 'Vietnam', className: '' },
Severity: Major
Found in example/main.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status