onefinestay / react-daterange-picker

Other
563 stars 209 forks source link

Clearing values #221

Closed julia-kafarska closed 4 years ago

julia-kafarska commented 4 years ago

I'm trying to implement "Clear button" to set value: {start: null, end: null} if that value is set at the beginning it's OK but when I'm clicking the clear button I'm receiving error: Cannot read property 'year' of undefined

Przechwytywanie