Filament default ENUMS missing
Hi all, ever since I started using Filament (I am on v3.2) I cannot seem to use any of the default ENUMS that I find in the docs.
Examples:
use Filament\Support\Enums\IconPosition;
"Undefined class 'IconPosition' "
use Filament\Support\Enums\IconSize;
"Undefined class 'IconSize'"
And so on.
Has any one of you experienced the same thing? I actually cannot find these enums in the codebase either.
Either I really don't understand or have some kind of incomplete install or so? Hope anyone can shine a light
Examples:
use Filament\Support\Enums\IconPosition;
"Undefined class 'IconPosition' "
use Filament\Support\Enums\IconSize;
"Undefined class 'IconSize'"
And so on.
Has any one of you experienced the same thing? I actually cannot find these enums in the codebase either.
Either I really don't understand or have some kind of incomplete install or so? Hope anyone can shine a light
Solution
Update: all okay now. Seemed that there also were some published filament views which caused troubles now. Deleted them and all is fine. Thanks again 