Suddenly I started getting errors when using SimpleAlert without specifying ->icon(''):
CodeWithDennis\SimpleAlert\Components\Infolists\SimpleAlert::getIcon(): Return value must be of type string, null returned
No Error:
SimpleAlert::make('remarks')
->icon('')
->visible(fn() => !empty($this->route->remarks))
->description(fn() => $this->route->remarks),
Error:
SimpleAlert::make('remarks')
->visible(fn() => !empty($this->route->remarks))
->description(fn() => $this->route->remarks),
Suddenly I started getting errors when using SimpleAlert without specifying ->icon(''):
CodeWithDennis\SimpleAlert\Components\Infolists\SimpleAlert::getIcon(): Return value must be of type string, null returned
No Error:
Error: