Livewire Problem

Hi, I was using livewire, normally everything worked fine for me, I use it to perform paging and searches, but now I only get this:

< wire:id=“9CcvLuzNIGlSKHx5DR9N” wire:initial-data="{“fingerprint”:{“id”:“9CcvLuzNIGlSKHx5DR9N”,“name”:“video-table”,“locale”:“en”},“effects”:{“listeners”:[],“path”:"http://lerload.com.devel/manage"},“serverMemo”:{“children”:[],“errors”:[],“htmlHash”:“031f01c1”,“data”:{“search”:"",“page”:1},“dataMeta”:[],“checksum”:“53e7f29209a2b24b085a5603d6c853d68b2744e86757bb9f0b100c78411aa5e6”}}"!--Folder List–>

I am using laravel 8 with Jetstream, the strange thing is that it was working correctly and out of nowhere it does this and does not execute any function, I already tried reinstalling everything and rewriting everything again, what could this be?

hi can share the livewire controller and blade ?

it looks like your view passed to Livewire does not contain HTML at all. There is no HTML tag on component what does not make any sense for me.
I feel Livewire should throw an error in such case.