1

I have recently upgraded my project from Angular14 to Angular15 version15.2.9. Accordingly I upgraded the FullCalendar packages to 6.1.8 for compatability. Everything is working fine except that the time-slot that used to show earlier in the UI does not come anymore. Could someone please help highlight the issue. Attaching screenshot hereby.

Before upgrade: enter image description here

After Upgrade: enter image description here

Please help with this issue. Thanks.

I tried to debug the issue and I understand that it is coming from @fullcalendar/timegrid. Could not find anything else.

2
  • We cannot fix pictures a alone. You will need to provide a minimal reproducible example of the issue before anyone can help you. See also How to Ask. If you believe it's an internal fullcalendar issue though, you would be better to raise a bug via their Github site. You need to ensure it's not the result of something in your own code though, before you do that.
    – ADyson
    Commented Jul 21, 2023 at 12:21
  • Please provide enough code so others can better understand or reproduce the problem.
    – Community Bot
    Commented Jul 21, 2023 at 13:59

0