docs/src/pages/reference.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Reference has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Reference = () => {
  const [term, setTerm] = useState('');
  const [index, setIndex] = useState<FuseIndex<{ name: string; doc: string; }>>();

  const default_list = useMemo(() => {
Severity: Minor
Found in docs/src/pages/reference.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status