@kingsleyuchenna Don't understand what this means
when I try removing 3 input fields two will remove the 3rd input will not react to the remove call
<div>
@js($inputs->implode('name', ', '))
@foreach($inputs as $key => $input)
<div wire:key="input{{ $key }}">
<input type="text" wire:model.live="inputs.{{ $key }}.name" />
<button wire:click="removeInputs({{ $key }})">delete </button>
</div>
@endforeach
<button wire:click="addInputs">add </button>
</div>
If not using Livewire v3, remove .live