Reload InfoList after Update in RelationManger

On a ViewPage I use InfoLists to show data. Below the InfoList I display a RelationManger. If I edit data via the RelationManger the data in the InfoList dont update. How can I solve this?
Solution
solution:
->after(fn(Component $livewire) => $livewire->dispatch('updateViewUser')),

where Component = Livewire\Component
Was this page helpful?