Ramonda

RMD002 — Duplicate key in a child list

Two siblings claiming the same identity. The diff will match one of them to the wrong node, and the symptom is state appearing on the wrong row.

The real fix is usually to stop writing keys: list() derives identity from the items themselves and cannot collide.

Next