react-dates version
[email protected]
Describe the bug
Defining minDate prop for DayPickerSingleDateController throws an unknown prop found exception.
Source code (including props configuration)
<DayPickerSingleDateController minDate={moment()} />
Is the issue reproducible in Storybook?
https://codesandbox.io/s/mystifying-meadow-7buw6?file=/src/App.js
@meness hmm... Looks strange. I just can't see https://github.com/airbnb/react-dates/pull/1927 in prod build. Seems like that [email protected] was published without it
seconding @meness , happened to me too using [email protected]
Has this been resolved?
Having the same issue with same release. Happens when adding custom props.

Wanted to see what the status of this was? We are using the DateRangePickerInput and the DayPickerRangeController and they behave differently since we are not able to pass minDate and maxDate into the DayPickerRangeController
@nkinser @ljharb could you please publish new version as it seems the changes are in master but [email protected] in npm repo doesn't not contain it. Thanks in advance!
Most helpful comment
seconding @meness , happened to me too using [email protected]