-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing a dateHeader component breaks month view when navigating #718
Comments
@jquense I was also experiencing this issue and noticed that in the Do you have any thoughts as to why this might be the case? I quickly debugged the issue and can try spending some time this weekend trying to further understand what's going on. |
I am having the same issue. How would I go about setting |
<BigCalendar |
@berryman17 |
Thank you! |
This is a workaround for: jquense/react-big-calendar#718
I am also experiencing this issue in v0.19.0 and the |
@maintainers how about updating the docs for this? |
Do you want to request a feature or report a bug?
Bug
What's the current behavior?
If I pass a
dateHeader
component to the calendar, the month view throws the following error when navigating (using the back/next buttons):For some reason (haven't had time to investigate yet) the length of weeks is 0.
This can be seen in the "custom date header" example in storybook.
The text was updated successfully, but these errors were encountered: