AntV
`Typed property Filament...Component::$container must not be accessed before init` from custom field
So apparently the solution was to create a
public function getChildComponents(): array
and put the array of components in there, changing the blade component to:
I must note that I could not find anything related to this in the documentation2 replies