Hello, I use [email protected] and I notice the following issue:
The TypeScript signature of the SingleDatePicker component contains a reopenPickerOnClearDates props but the actual component has reopenPickerOnClearDate (without s).
Below my actual code:
<SingleDatePicker
date={this.date}
onDateChange={this.handleDateChange}
focused={this.focused}
onFocusChange={this.handleFocusChange}
id="Date"
showClearDate
reopenPickerOnClearDates
/>
Thanks for your help ;)
This repo has no type definitions; please file an issue in DefinitelyTyped instead.