Bug: Calendar is not showing (I found the error and how to solve it)

Hey guys, I’m using the 6.4.1 Wappler version, the latest one (yesterday we got the 6.4.2). The issue is about the Wappler Calendar component. I just updated the Wappler and then it suddenly stopped showing. After a long time of debugging and searching I realised that to solve it would just remove the “defer” prop from the following script:

<script src="https://unpkg.com/@fullcalendar/core@4.4.2/main.min.js" defer></script>

To be like this:

<script src="https://unpkg.com/@fullcalendar/core@4.4.2/main.min.js"></script>

Then it’s now showing and working normally, something that I found in the community forum.

Ticket: Calendar not show after update

I just would like to share it, maybe you can fix this to the new Wappler version, thanks! :slight_smile:

2 Likes