SU-SWS/stanford_profile

View on GitHub
themes/stanford_basic/algolia-search/src/search-box.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function SearchBox has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const SearchBox = (props) => {
  const {query, refine} = useSearchBox(props);
  const {status} = useInstantSearch();
  const inputRef = useRef<HTMLInputElement>(null);

Severity: Major
Found in themes/stanford_basic/algolia-search/src/search-box.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status