react-select
react-select copied to clipboard
Select Option type hint is too loose (missing "extends object")
If using number for the Select Option type then you get an error (Cannot use 'in' operator to search for 'options' in 0). This could be checked during type checking by indicating that Option must be an object (or any additional required restrictions) which would be a nice quality of life improvement.