Coursemology/coursemology2

View on GitHub
client/app/lib/components/core/fields/SearchField.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function SearchField has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SearchField = (props: SearchFieldProps): JSX.Element => {
  const { onChangeKeyword, noIcon, ...otherProps } = props;

  const [keyword, setKeyword] = useState('');
  const [isPending, startTransition] = useTransition();
Severity: Minor
Found in client/app/lib/components/core/fields/SearchField.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status