Clicking widget action does nothing
I've followed the docs for adding a custom action to a widget, but when I add ->form() or ->action() to the Action component, nothing happens when I click it.
I do see a livewire update network event but no errors in browser console.
I do see a livewire update network event but no errors in browser console.


Solution
The function name and action name need to be the same. Ie modalAction, make::(‘modalAction’)