Open chagy opened 2 years ago
So you've created the component, and included it in another view?
i.e. in a blade or view you have something that looks like this:
With it named as the component you created? You can't call render within the component that extends LivewireCalendar.
I get back events but nothing shows up on the calendar and I do not know what to do to show them up :(
same issue : I created a new project with php 8 and laravel/framwork 8.75 When I create the Calendar components extends LivewireCalendar and add events() Collection, nothing is rendered in my page.