jungsoft / materialui-daterange-picker

A react date range picker implementation using @material-ui.
MIT License
70 stars 81 forks source link

update react peer dependencies to support react v17 #35

Closed thealphaversion closed 2 years ago

thealphaversion commented 2 years ago

This PR addresses https://github.com/jungsoft/materialui-daterange-picker/issues/28 and https://github.com/jungsoft/materialui-daterange-picker/issues/34 to update react peer dependencies so that we can use this package with React 17. 🎉

thealphaversion commented 2 years ago

Would be great if @jungrafael or any other maintainer can have a look! Thanks! 😄

jungrafael commented 2 years ago

hi @thealphaversion, thanks for the PR! I'll release a new version soon

markamber commented 2 years ago

hi @thealphaversion, thanks for the PR! I'll release a new version soon

Can I do anything to help? This is a dependency of my project and I am trying to avoid forking it but we need to get on React 17.

JoelGarcia99 commented 2 years ago

hi @thealphaversion, thanks for the PR! I'll release a new version soon

Can I do anything to help? This is a dependency of my project and I am trying to avoid forking it but we need to get on React 17.

Did you found any way to use it on React 17 without forking?

markamber commented 2 years ago

hi @thealphaversion, thanks for the PR! I'll release a new version soon

Can I do anything to help? This is a dependency of my project and I am trying to avoid forking it but we need to get on React 17.

Did you found any way to use it on React 17 without forking?

No, I barely know how to fork it (as in, the most idiomatic way) Like should I just put in my project? or upload to NPM?