|
|
@ -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} |
|
|
|