Open
Description
It looks like from version 5.8.3
it's no longer compatible with TypeScript (tested with "typescript": "5.5.4").
There is no type check on <Select />
properties. Version 5.8.2
works OK.
See example:
https://codesandbox.io/p/sandbox/react-select-typescript-forked-g8lwfv
- It renders, but there is no type check so you can pass in anything.