Error on the hidden method on Action (Typed property ...Component::$container)
Hello,
I am having some issues with an action that i have places inside a form:
From my tests, when i add the hidden method and add a Model property to the callback i get this error:
Typed property Filament\Forms\Components\Component::$container must not be accessed before initialization
Any idea why? it works on other fields, only on action I get this error.
As for versions:
- PHP 8.2.11
- Laravel: 10.41.0
- Filament: 3.0.120 Replies