onefinestay / react-daterange-picker

Other
563 stars 208 forks source link

Add a separate command for installing react and react-dom dependencies #126

Closed szubtsovskiy closed 8 years ago

szubtsovskiy commented 8 years ago

They are peer dependencies which are not automatically installed since NPM 3. Good for newcomers to avoid spending time facing strange exceptions.

AlanFoster commented 8 years ago

@szubtsovskiy I would expect this React component to be pulled into an existing project that already has brought in React etc. Is this something that has affected you? i.e. did you attempt to use this in a project which didn't already have React?

szubtsovskiy commented 8 years ago

@AlanFoster I tried to build a fork of this repo. The goal was to extend the range picker with additional functions.

AlanFoster commented 8 years ago

Thanks!