->getChildComponents()[0]
$livewire = livewire(ViewInviteeInfoList::class, ['record' => $invitee->getRouteKey()]);$livewire ->instance() ->getInfolist('infolist') ->getComponents()[0] ->getChildComponents()[0] // this is the index of your action in your actions group - if you dont have one you might not need getChildComponents() ->getAction('delete_invitee') ->call();