@zoki you have to emit an event and listen for it https://laravel-livewire.com/docs/2.x/events
Dec 24, 2021
5
Level 25
Livewire: Access parent's properties from nested components
I have a single component A placed in a view. It contains several components B. Each component B also contains a component C. How can I access (read and update) the public properties of A in the component C? Thanks!
Level 51
@zoki yes, avoid nested components ;)
3 likes
Please or to participate in this conversation.