79820916

Date: 2025-11-15 15:15:19
Score: 1.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Baris Taskiran