Using Laravel Livewire, I have a parent and a (repeating) child. The child blade has a call to childMethod() through wire:click="childMethod()"<
childMethod()
wire:click="childMethod()"<