onefinestay / react-daterange-picker

Other
563 stars 209 forks source link

Failed PropType #213

Open jportella93 opened 5 years ago

jportella93 commented 5 years ago

In DateRangePicker.jsx the prop dateStates is an Array, however in CalendarDate.jsx it expects an instance of Immutable.List, this is raising a failed prop types error.