You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the optimize option I get the error Trait "Filament\Forms\Components\Concerns\HasUploadingMessage" not found.
The trait is not in \vendor\filament\forms\src\Concerns. When I put on comment 'use Concerns\HasUploadingMessage;' it's working fine. Version error?
How to reproduce the bug
Make a Filament form with Forms\Components\SpatieMediaLibraryFileUpload::make('images')
->image()->imageEditor()->optimize('webp')
What happened?
When I use the optimize option I get the error Trait "Filament\Forms\Components\Concerns\HasUploadingMessage" not found.
The trait is not in \vendor\filament\forms\src\Concerns. When I put on comment 'use Concerns\HasUploadingMessage;' it's working fine. Version error?
How to reproduce the bug
Make a Filament form with Forms\Components\SpatieMediaLibraryFileUpload::make('images')
->image()->imageEditor()->optimize('webp')
Package Version
joshembling/image-optimizer 1.4.0 + Filament 3.1.47
PHP Version
8.2.15
Laravel Version
10.48
Which operating systems does with happen with?
Windows
Notes
No response
The text was updated successfully, but these errors were encountered: