Error `Could not find Livewire component in DOM tree`. How do I fix this?
I have an laravel page with an filament table component, but the paination is not working, I looked in my browser console and got this:
Could not find Livewire component in DOM tree
, what does this mean and how do I fix this?3 Replies
Just curious, did you ever find a solution? I'm running into this issue when I use the form builder and trigger an action that refreshes the page. I'm not super familiar with livewire and pretty new to filament, too, so I am probably just missing something basic
Actually, I was technically putting it into a Filament page and I was having this issue, but once I rewrote it to be a vanilla Livewire component it worked fine for me.
It was an while ago, but i think it was that I Inistialize alpine.js twice. the first via the filament component and second via my layout.
I understand, thanks for the update!