asantibanez/livewire-calendar

Not work in php 8

chagy opened this issue · 3 comments

chagy commented
Not work in php 8

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.

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:

livewire:appointments-calendar/

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 :(