You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use react-datepicker along with typescript in my work. However, @types/react-datepicker is currently in a separate repository, so new features of react-datepicker are not immediately available when they are released.
Describe the solution you'd like
I would like to distribute d.ts files in this repository so that the latest react-datepicker functionality is available in typescript without @types/react-datepicker.
Describe alternatives you've considered
Wait for the latest @types/react-datepicker to be released. Or create a PR.
We also considered rewriting this entire repository to TS, but due to the scale of the project, we felt it would not be practical.
Additional context
We need to introduce a check of d.ts by CI with reference to @types/react-datepicker.
The text was updated successfully, but these errors were encountered:
Thanks for the continuous OSS development.
Is your feature request related to a problem? Please describe.
I use react-datepicker along with typescript in my work. However, @types/react-datepicker is currently in a separate repository, so new features of react-datepicker are not immediately available when they are released.
Describe the solution you'd like
I would like to distribute d.ts files in this repository so that the latest react-datepicker functionality is available in typescript without @types/react-datepicker.
Describe alternatives you've considered
Wait for the latest @types/react-datepicker to be released. Or create a PR.
We also considered rewriting this entire repository to TS, but due to the scale of the project, we felt it would not be practical.
Additional context
We need to introduce a check of d.ts by CI with reference to @types/react-datepicker.
The text was updated successfully, but these errors were encountered: