$container must not be accessed before initialization
What happen with this error? I'm trying to set TextInput "title" component at updated() method but this error is showed.
Complete error:
I need to set title when any field is changed. I used to use
Complete error:
Typed property Filament\Forms\Components\Component::$container must not be accessed before initializationI need to set title when any field is changed. I used to use
afterStateUpdated()method but this not work in "live".