Undefined array key "doctor" error from filament action on livewire component
i get Undefined array key "doctor" error when i click on an action button
1 Reply
My guess is you’re not defining a “doctor” in mount .
Or not compensating for it possibly being null in a create context.