Utility Injection on action method not working
does utility injection work on Action's action method?
when I try
when I try
Action::icon('some-icon')->action(function (Livewire $livewire, $state) { I get the following error