How to properly send Event data from FullCalendarJs to livewire-ui/modal for editing?

39 Views Asked by At

When I click an event displayed in fullCalendarJs in order to edit it, I get a random event from the DB populated in the modal.

I use the "eventClick" from the fullCalendarJS :

calendar blade

https://fullcalendar.io/docs/eventClick

Here is the data when clicking on an event :

all data

EventsEdit Component:

0

There are 0 best solutions below