What seems to be the problem: livewire is not defined
What is the problem, and i dont have idea how to find a possible solution… thanks
What seems to be the problem: livewire is not defined
What is the problem, and i dont have idea how to find a possible solution… thanks
Hey @fedevgb,
can you show us the code where you integrate “@livewireScipts”?
Otherwise it’s pretty hard to help you in any way.
just make sure you are implementing @livewireScripts
and @livewireStyles
into your app or as @maxeckel said show as the code it’s more helpful to determine where the error was.
Thanks to all!! the error was in the template… are not tag livewire, now yes…
Regards
I have the same problem how were you solve this?
Just make sure to not remove the <div></div>
when the component created.