Workspace: react Difficulty: Hard Time: 70 minutes
Context
A support agent edits quantities in an existing checkout while another operator can change the same order on the server. The supplied screen updates immediately but loses concurrent row updates and discards the agent’s intended quantity after a conflict. Repair state reconciliation without silently overwriting newer server data.