Custom livewire in render-hook not working
I create a livewire page
And in blade file
I create render hook and call this like
But I always get
artisan make:livewire test, and inside test I assign variable like belowAnd in blade file
I create render hook and call this like
But I always get
Undefined variable $query. What should be the problem?