edwardfxiao / react-minimal-datetime-range

A react component for date time range picker. Online demo examples
https://edwardfxiao.github.io/react-minimal-datetime-range/
MIT License
16 stars 7 forks source link

Module not found: Can't resolve 'react-addons-css-transition-group' #3

Closed danny-dang closed 2 years ago

danny-dang commented 2 years ago

react-addons-css-transition-group is not listed in dependencies, however, it is listed in peerDependencies. Therefore, this package is not automatically installed when install react-minimal-datetime-range and caused this error.

Perhaps you should move those peerDependencies to dependencies for easier installment ?

edwardfxiao commented 2 years ago

Hi there, I am not sure if it is a good idea to install the dependencies automatically. From my experience, it may cause version conflict. But I am not sure about it.