Repeater::make('lines')
->relationship()
->schema([
...
Forms\Components\Select::make('product_id')
->relationship('product', 'name')
->visible(fn(?Model $record) => !$record)
...
Typed property Filament\Forms\Components\Component::$container must not be accessed before initialization