Full calendar eventDidMount does not execute for all events

When I navigate the week view to the month view eventDidMount does not execute for all events. It’s only executed for the 17th and 28th of November. It’s skipping the other days (1, 2, 3, 4, and 5).

eventDidMount: function (info) { console.log(info.event.title); }

17th and 28th events are logged only other events skip when navigated from the week view to the month view.

enter image description here

I didn’t find any solution for that unexpected issue.