Ready event always emit with empty events array?
So I'm using both ready and view-change events to feed my list view (which is basically table). So when calendar is rendered for the first time and ready is emitted, it's always emitted with empty events array, even though in current grid view I have events.
Only when I trigger some view change, for example trigger next and previous arrows, it will return populated events array.
It seems the problem is only with ready event not working as supposed to , unless I'm missing something obvious.
Hi! Please provide a minimal reproduction demonstrating the issue using CodePen, CodeSandbox or similar.
Closing due to inactivity. please reopen with repro if not solved.