[BUG] Bindings on props within array items don't stay with their associated array item if moved to a new array index

There’s another thread on this topic somewhere. Not handy, sorry. Bottom line: it is expected and fundamental behavior of bindings where an array is involved. The binding targets a specific subscript in the array. Move elements around and the binding is now pointing at the “wrong” element.

Don’t expect a fix any time soon, if ever.