Using infolist actions inside livewire component
Hello, i have an issue when trying to use infolist actions inside livewire component:
When I do this I get:
Uncaught Component not found: 2qC986qfFCNK6TbSNG8M
In console.
Any specific trait for actions inside infolist?
3 Replies
Hmm, doesnt work even if I use example from:
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component#adding-the-action
Let me try doing it in fresh app
Having the same issue 😦