bufferapp/ui

View on GitHub
src/documentation/examples/Select/SelectWithInputSearch.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function ExampleSelectWithInputSearch() {
  return (
    <Select
      onSelectClick={() => true}
      // @ts-expect-error TS(7006) FIXME: Parameter 'onButtonClick' implicitly has an 'any' ... Remove this comment to see the full error message
Severity: Minor
Found in src/documentation/examples/Select/SelectWithInputSearch.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status