react-tags/react-tags

View on GitHub
src/components/SingleTag.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function SingleTag has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SingleTag = (props: TagProps) => {
  const tagRef = useRef(null);
  const {
    readOnly = false,
    tag,
Severity: Major
Found in src/components/SingleTag.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status