Where the label should not be boolean. Is there a quick fix for this?
I would like to leave Vendor files untouched.
Thanks for your support!
Filament\Forms\Components\Component::label(): Argument #1 ($label) must be of type Illuminate\Contracts\Support\Htmlable|Closure|string|null, false given, called in /var/www/html/vendor/saade/filament-laravel-log/src/Pages/ViewLog.php on line 60
Filament\Forms\Components\Component::label(): Argument #1 ($label) must be of type Illuminate\Contracts\Support\Htmlable|Closure|string|null, false given, called in /var/www/html/vendor/saade/filament-laravel-log/src/Pages/ViewLog.php on line 60
Solution
Either PR the fix to the plugin or report it as an issue on the plugin’s GitHub.