value updated but not showing laravel livewire
I tried to update the modal after button click using wire:click, it change the value but somehow not shown
Livewire searchTerm not working on browser navigation buttons (When we go back and forth)
I have issue when i go back and forth in browser navigation buttons, my $searchTerm is not updated in component but is updated in URL and input value is updated also for some reason. But $searchTerm when applying query is not updated.