Doist / reactist

Open source React components made with ❤️ by Doist
http://doist.github.io/reactist
MIT License
247 stars 21 forks source link

Upgrade @types/react to the latest version #820

Open pawelgrimm opened 4 months ago

pawelgrimm commented 4 months ago

🚀 Feature request

Motivation

Due to recent changes in @types/react and usages of intrinsic component props in this project, consumers of this package may run into type errors if using a newer version of @types/react.

We should update @types/react in this project and remove the workarounds we've put in place (#812, #819). This is not a trivial change, as it likely requires @ariakit/react to be updated first.