Class "Filament\Forms\Components\TextArea" not found on production
When my application is deployed, I get the
What can I do about this?
Class "Filament\Forms\Components\TextArea" not found on production.What can I do about this?
Solution
I fixed the problem already. Somehow locally it doenst recognize capitalization in class names. In this case the problem was
TextArea, that should've been Textarea. Do you know why on production this is being recognized as a mistake, but locally it doesn't?