Object of class Filament\Support\Enums\Alignment could not be converted to string

I started having this issue on every version after .83. All is working fine on 3.0.83, so i have to stick to it for now.
Here is the link to trace:
https://flareapp.io/share/xPQwOar5
Flare
Object of class Filament\Support\Enums\Alignment could not be converted to string - The error occurred at http://localhost/dashboard/projects
Solution
For future reference, if someone encounters similar issue, don't use alignXxx() shorthand functions, but follow this from documentation:

https://filamentphp.com/docs/3.x/tables/columns/getting-started#aligning-column-content
Was this page helpful?