react-windowed-select icon indicating copy to clipboard operation
react-windowed-select copied to clipboard

Upgrade to React 18

Open dumbmatter opened this issue 3 years ago • 0 comments

This includes upgrading @types/react and @types/react-dom because old versions of types conflict with the current versions, resulting in a lot of TypeScript errors if you use the current version of react-windowed-select in a project with the latest versions of those types packages.

npm seems to have done some crazy shit to package-lock.json. Sorry I'm not sure if that's correct or not, I normally use yarn for reasons like this :)

This fixes #95

dumbmatter avatar Jun 30 '22 00:06 dumbmatter