Section->schemaexpects type Filament\Forms\Components\Component - so I tried creating my own component via php artisan make:component MyComponent and following the table-builder-docs, but filament seem to not like this aswell, since it's throwing Argument #1 ($component) must be of type Filament\Forms\Components\Component, App\View\Components\MyComponent given.