Target Closure not Instantiable
Hi, I've encountered the error stated in the title from this very simple code.
Do you know why?
Specifically, the error is:
Thanks in advance!
Solution:Jump to solution
in v3
Closure $get
not available
you need to use
->hidden(fn(\Filament\Forms\Get $get)
...2 Replies