whitphx / react-ymd-date-select

Hooks and components for Y-M-D dropdowns with React
https://whitphx.github.io/react-ymd-date-select/
MIT License
45 stars 6 forks source link

Chore/update react version #83

Closed rike422 closed 2 years ago

rike422 commented 2 years ago

Pull requests for the following issues

https://github.com/whitphx/react-ymd-date-select/issues/82

rike422 commented 2 years ago

The version of material-ui's version of react and chakraui's version of react were referring to 16 or 17, so I upgraded the versions. I checked the demo. It looks fine. Peek 2022-09-20 00-31

rike422 commented 2 years ago

@whitphx

Thanks for the review. I did not check on the build. Sorry... The type definition error has been fixed. I have confirmed that I can build on my local machine.

formik

formik maintenance is not active. Fixed a type error that occurred when using react18. Please refer to the following ticket for more information.

https://github.com/jaredpalmer/formik/issues/3546

react-live-editor

Fixed a type error when using the editor.

It seems to have occurred because react-simple-code-editor moved from flowtype to typescript in version 0.11.1.

Default values were defined using the following code.

https://github.com/satya164/react-simple-code-editor/blob/v0.11.3/src/index.tsx#L106