React Hook Form’s useFieldArray’s remove method is not deleting the item
I am unable to remove the deleted item from arrayFields
, even though I am calling the removeArrayField (remove) method with correct arguments. My state does not change even after calling the remove method