i\'m using jQuery fullcalendar on a ReactJs component.
i have a on the render method
and on componentD
Remove this:
and include in your fullcalendar code:
$('#calendar').fullCalendar({ header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay' }, locale: 'es', });