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:Jump to solution
Somehow I am able to load the comments component.
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 stack
but now there is styling conflict with filament forms.css...4 Replies
Is this package upgraded to use v3 livewire?
I am using:
"spatie/laravel-comments-livewire": "^2.0@beta",
The beta version is supposed to work with Livewire3Solution
Somehow I am able to load the comments component.
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 stack
but now there is styling conflict with filament forms.css