Well that's a weird bug with #FilamentPHP.
Locally everything is fine, but I now deployed it on my dev server and there are errors that make no sense.
In this case a component isn't found, that is found in other resources without problems. The file is there, it works for example for games and studios. But not for genres, reviews or platforms.
I don’t see what the difference in these resources could be. Same directory, same way to create the file… And locally everything works.
Removing the vendor folder and reinstalling via composer did nothing. Re-deploy didn't do anything too. dump-autoload also nothing.
I have absolutely no idea what is going on here.
Edit: Thank you it's fixed. It was supposed to be DateTimePicker not DatetimePicker. (Capital T)