Hi,
I am trying to implement a datepicker using vibe framework like the following:
<DialogContentContainer className="DatePicker-stories-module_datepickerDialogContentContainer">
<DatePicker
data-testid="date-picker"
range
/>
</DialogContentContainer>
But it throws an exception saying onPickDate is not a function
.