-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
is initialVisibleMonth
now required for DayPickerRangeController?
#613
Labels
bug
Oh no, something's broken :-(
Comments
Same issue here but slightly different error message:
|
Same issue. As mentioned by terebentina specifying the initialVisibleMonth removes the error. |
Thanks for the catch! I commented on the PR. :) |
majapw
pushed a commit
to aleib/react-dates
that referenced
this issue
Jul 7, 2017
majapw
added a commit
that referenced
this issue
Jul 7, 2017
Fix for initialVisibleMonth in DayPickerRangeController (#613)
Fixed in v12.2.4! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I am calling
DayPickerRangeController
like this:It used to be fine until react-dates 12.2.0. With every 12.2 so far I am now getting
Am I supposed to specify
initialVisibleMonth
inDayPickerRangeController
now? The docs still say it's optional.The text was updated successfully, but these errors were encountered: