Filament resource actions are not working on a page with multiple livewire components loaded on it
I'm a bit stuck and could do with some help/advice on what to look into further. I have a filament resource page (resource edit) with 3 livewire components on it. These hold tables of related data as shown in the screenshot. When clicking either of the actions at the top right, the action modal does not load up and instead makes a couple of the livewire components disappear. When I reduce the livewire components down to only. a single one, the action buttons work as expected. I've provided screenshots of each state and the code snippet showing how I'm calling the livewire components within the resource class. Thank you in advanced
2 Replies
absolute legend! This solved the issue. Thank you π