I've followed a documentation and uploaded a project here.
There are no errors, but events are not displayed. Here's some code:
<BigCalendar
events={events}
startAccessor='startDate'
endAccessor='endDate'
defaultDate={new Date(2017, 11, 1)}
views={allViews}
defaultView='day'
titleAccessor='tttttttt'
components={{
event: Event,
agenda: {
event: EventAgenda
}
}}
/>
Cannot understand what is the problem. According to this answer I added some style, but the result is the same. A page with the documentation of React Big Calendar is here.