ant-design/ant-design

View on GitHub
.dumi/theme/builtins/IconSearch/Category.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Category has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Category: React.FC<CategoryProps> = (props) => {
  const { message } = App.useApp();
  const { icons, title, newIcons, theme } = props;
  const intl = useIntl();
  const [justCopied, setJustCopied] = React.useState<string | null>(null);
Severity: Minor
Found in .dumi/theme/builtins/IconSearch/Category.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status