Replies: 1 comment
-
The issue is your for loop has multiple items with the same key. That's the problem. All the rest of it is because of that. I don't even see where you write this My best guess is your system returns event objects for every day of a multi-day event despite them having the same uuid. But I could be wrong, as the logic for getEvents isn't implemented in that code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Livewire Component which fetches reservations. This reservations get shown in FullCalendar on the front end. This works fine. But as soon as I delete a reservation in the backend and the reservationDeleted events gets fired I receive multiple console errors.
What I am doing wrong?
Livewire Component
Relevent part of the Blade View
Beta Was this translation helpful? Give feedback.
All reactions