Merge pull request #270 from ArtemKolodko/fix_typings

Fix typing
pull/273/head
Artem 2 years ago committed by GitHub
commit 52e8569567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/ui/Search.tsx

@ -344,7 +344,7 @@ export const SearchInput = () => {
{({ height, width }) => ( {({ height, width }) => (
<List <List
className="List" className="List"
height={height} height={height as number}
itemCount={results.length} itemCount={results.length}
itemSize={40} itemSize={40}
width={width} width={width}

Loading…
Cancel
Save