I just updated from filament 3.2 to 3.3 and problem solved.
To upgrade Filament from version 3.2 to 3.3, follow these steps:
Filament v3.3 requires Laravel 10 or higher. Make sure your project meets this requirement:
composer show laravel/framework
Run the following command to update Filament:
composer require filament/filament:"^3.3" --update-with-dependencies
If you're using official Filament plugins (like forms, tables, notifications), update them as well:
composer require filament/forms:"^3.3" filament/tables:"^3.3" filament/notifications:"^3.3"