react-date-range icon indicating copy to clipboard operation
react-date-range copied to clipboard

⚠️ NOT MAINTAINED ⚠️

Open burakcan opened this issue 3 years ago • 2 comments

This project is currently unmaintained because the original maintainers are busy with other things. It should be pretty stable in its current state but we won't be updating it in the foreseeable future. If you are willing to maintain it, please drop a link of your fork here.

burakcan avatar Sep 01 '22 17:09 burakcan

Hi there, at iROOMit we greatly appreciate the work done with this package!

We've forked it and spent the last few weeks updating dependencies, as well as converting everything to TypeScript.

We've still got a bit to do, such as update/convert the tests and the demo to TypeScript, but we are willing to commit to maintaining this package for the foreseeable future!

Here's a link: https://github.com/iroomitapp/react-date-range

It can be installed with

npm install @iroomit/react-date-range

or

yarn add @iroomit/react-date-range

Thank you!

goguda avatar Jan 16 '24 22:01 goguda

Hi @goguda,

Great job on the project! Congrats!

I did find a a bug, though. The <DefinedRange> component doesn't forward the staticRanges property, so it doesn't work as expected (in fact, it does't work at all). I'm not sure why it works on the live demo page—I suspect the demo page might not be using the actual component.

Apologies for commenting here, but I wasn't sure how else to send you the feedback since your repo doesn't have an issues section.

Thanks!

jorge-pascual avatar May 18 '24 11:05 jorge-pascual