Attachment Section Repeating

I have an attachment section that repeats when attachments are added. So, for this particular attachment type, let’s say I have two existing attachments being rendered. When I add a third attachment of the same type, the original two are “re-rendered” so now there are two of each. If I continue adding attachments, the existing attachments continue to re-render. Looking for suggestions on what I might be missing?

Can you share any piece of your code?

It sounds like you are returning an array with more than one object in it.