src/components/Tag/TagMenu.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function TagMenu has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function TagMenu(props: TagMenuProps): JSX.Element {
  const [pickerVisible, setPickerVisible] = useState(false)
  const [refElm, setRefElm] = useState(null)
  const analytics = useAnalytics()

Severity: Minor
Found in src/components/Tag/TagMenu.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status