How to passing value from a stateUpdated to Livewire component

Here is my code:
No description
3 Replies
LeandroFerreira
LeandroFerreira2mo ago
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.
Dennis Koch
Dennis Koch2mo ago
You can accept $livewire as an argument of the closure which is the current component
FisnikHz
FisnikHz2mo ago
Thank you guys!