Custom Page with button does not find Livewire component
I have a custom page and registered it into a Filament resource. On that custom page I refer to a view where I have a button with a wire:click to a function in a Livewire component.
I always get the following error:
Unable to call component method. Public method [performWorkflow] not found on component
In the context of that custom page, how can I tell Filament which Livewire component to look at to find that function?0 Replies