Vizzuality/landgriffon

View on GitHub
marketing/src/components/search/component.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Search has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Search: FC<SearchProps> = ({ ...props }: SearchProps) => {
  const { placeholder } = props;
  const state = useSearchFieldState(props);

  const ref = useRef();
Severity: Minor
Found in marketing/src/components/search/component.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status