79342946

Date: 2025-01-09 14:26:57
Score: 1
Natty:
Report link

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)
}

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: lucas charasse