Not able to user Spatie Livewire Comments with Filament v3
I am trying to load Livewire Comments styles and scripts but i get a warning the scripts are loaded before Alpine.
Solution
Somehow I am able to load the comments component.
Instead of loading the
but now there is styling conflict with filament forms.css
Instead of loading the
<x-comments::scripts /> which pushes scripts to a stack @comments-scripts I created a custom component and load script directly without pushing to any stackbut now there is styling conflict with filament forms.css

