your initialFormData is just the ID (338) it should be the whole list of experiences.
when you delete one each other LiveComponent sees "old data = 338" vs "new data = 2 items" then thinks everything is gone so deletes all.
Set initialFormData to the full form array, not the ID.