Matt Jenkins
Component not firing events in some render hooks
I have the following render hook set up in the boot method in: app/Providers/Filament/AdminPanelProvider.php
This renders a simple component in: resources/views/livewire/publish-staff-button.blade.php
With the following method in the component class: app/Livewire/PublishStaffButton.php
Now if the render hook is in 'panels::global-search.start' then it will work but messes up the global search results (no idea why) but if it is in 'global-search.before' no events are fired.
Any ideas?
5 replies