Filamentv3 form.css conflicts with Spatie Livewire comments editor
I am loading the spatie livewire comments component on EditRecord page. There seems to be conflict between styles. Form.css would override EasyMDE styles.
4 Replies
@mansoor_khan did you solve this?
@cvc_web Not exactly just a work around. i created a route to render comment component and used that route in <iframe />
@cvc_web they seem to be fixing it. The package is still @beta
In v3 i added the Render for the Script and the CSS to the Theme, I think its gonna have to be something custom on that
@cvc_web Spatie livewire script component or file has quirk, it tries to @push script to some @stack but the pushing fails for some reason.
Also with livewire3, if livewire is auto-injected in your app. the comment script would not work. So you will need to look at that too. tricky everywhere.