Closed kaijajan closed 7 years ago
got blank under month, any update?
Got a blank under month and agenda too
https://github.com/intljusticemission/react-big-calendar/pull/380 fixes it.
not very throughly tested though, will appreciate if anyone can test if their calendars are showing correct data with my forked branch :)
Thanks for the fix. To test you can create and run a few stories testing different event setups. See: npm run storybook
and the stories directory
thanks. already tested with some test events in my calendar using the default popup demo. going to do what you suggested above now.
@apn-jun, @john-hadron I had this problem too until I read the docs a bit more thoroughly :)
"note: The default styles use height: 100% which means your container must set an explicit height (feel free to adjust the styles to suit your specific needs)."
@bkgrubb Yup, that was my issue too :+1:
I guess the original issue as mentioned in the very first comment was something else (see screenshot). The events ending at time 00:00:00 are not rendered on the specified end date, as designed. But they do render if the end date is the first day of the week.
Do I understand wrong?
I tried to create some long events across days. But some events did not display correctly.
I got the result as the link below. All events were all three 3 days long event. But 1 of them showed 4 days across. And all of the were built in the same rule http://imgur.com/QET5NMf Any ideas for this issue?