I had the same problem and I find this solution on github (https://github.com/fullcalendar/fullcalendar/issues/4976#issuecomment-524398919)
renderCalendar(type) {
setTimeout( function() {
window.dispatchEvent(new Event('resize'))
--yourCode--
}, 100)
}