arqex / react-datetime

A lightweight but complete datetime picker react component.
2k stars 870 forks source link

Allow installing with react 17 #789

Closed alexander-schranz closed 1 year ago

alexander-schranz commented 3 years ago

Description

Allow installing with react 17

Motivation and Context

To avoid warning about react 17

Checklist

[x] I have not included any built dist files (us maintainers do that prior to a new release)
[x] I have added tests covering my changes
[ ] All new and existing tests pass
[ ] My changes required the documentation to be updated
  [ ] I have updated the documentation accordingly
  [ ] I have updated the TypeScript 1.8 type definitions accordingly
  [ ] I have updated the TypeScript 2.0+ type definitions accordingly
anajavi commented 3 years ago

There is already an PR for this: #764

arqex commented 1 year ago

We've added support for react 18 already at #838