mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-20 05:21:44 +10:00
Every step-start part serialises to the same JSON, so the content-derived key collided for any multi-step assistant message and React warned about duplicate keys on each incoming chunk. Two identical text parts collided the same way. Parts are append-only and never reordered by the AI SDK, so the index is stable.