Why doesnt livewire:click work on modal?
I have a modal and I button calls a function
text-messages-content.blade.php
TextMessagesContent::class
nothing happens when I click on the button
5 Replies

could you please share more about how you're setting up this modal and the
TextMessagesContent
class? or if there are any errors in the developer console?
if TextMessagesContent
is a livewire component, and text-messages-content.blade.php
looks something like this:
then there is no reason why it wouldnt be workingis not called like x-filament actually i am just usinga livewire component in here
Please share some more code.
Sorry it seems that the main issue of this component was that I have 2 roots, ones a style and ones a div. This helped me fix the issue.