Rolland
Fix warning message ViewColumn
warning message:
"Argument '1' passed to view() is expected to be of type Filament\Support\Components\view-string|null, string givenPHP(PHP0406)"
I am wondering, if I could fix/resolve the warning message if its possible. What are the options other than creating a custom column?
3 replies
No application encryption key has been specified
As the title suggests. Has anyone have this problem? I am wondering why this is occured.
I have tried:
php artisan clear
php artisan optimize:clear
php artisan filament:optimize-clear
composer dump-autoload
5 replies
Custom Column generator problem
please refer to this issue: https://github.com/filamentphp/filament/issues/14777
3 replies
Responsive Design Breakpoint Issue in Custom Component
I'm struggling with a responsive design issue for a custom component. The breakpoint prefix for responsiveness doesn't seem to work properly. Also, while the h-96 class works fine, switching to h-80 doesn't have any effect. Below is the component code:
Any ideas on why the breakpoint prefix isn't taking effect, or why h-80 doesn't work here?
5 replies