Multiple forms page

I am using multiple forms in filaments and when I initialise $this->form->fill() in mount. Property [$form] not found on component: [v1.admin.messaging.send-s-m-s] , this doesn't happen in single form. And when I comment out $this->form-fill()`, I get this
Typed property App\Livewire\V1\Admin\Messaging\SendSMS::$data must not be accessed before initialization
. How do I resolve it??
Screenshot_2024-03-01_121516.png
Screenshot_2024-03-01_121651.png
Solution
public ?array $data = [];
Was this page helpful?