How to passing value from a stateUpdated to Livewire component
Here is my code:
3 Replies
maybe using a livewire event?
https://livewire.laravel.com/docs/events
Laravel
Events | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
You can accept
$livewire
as an argument of the closure which is the current componentThank you guys!