src/documentation/examples/Select/SelectWithInputSearch.tsx
Function ExampleSelectWithInputSearch
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
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