What happened?
When I use the eventContent() method like described in the docs, the calendar doesn't display the same way as before:
WITHOUT eventContent()
WITH eventContent()
How to reproduce the bug
/* MyCalendarWidget.php */
protected function eventContent(): HtmlString|string
{
return view('filament.widgets.calendar-event');
}
<!-- calendar-event.blade.php -->
<span x-text="event.title"></span>
Package Version
2.0.2
PHP Version
8.3
Laravel Version
12.38.1
Which operating systems does with happen with?
No response
Notes
No response
What happened?
When I use the
eventContent()method like described in the docs, the calendar doesn't display the same way as before:WITHOUT
eventContent()WITH
eventContent()How to reproduce the bug
Package Version
2.0.2
PHP Version
8.3
Laravel Version
12.38.1
Which operating systems does with happen with?
No response
Notes
No response