fix rerender for loading promptReply

resolves #4938
This commit is contained in:
Timothy Carambat
2026-01-29 16:43:21 -08:00
parent b8dd7bc97e
commit fc9bd712fe

View File

@@ -344,7 +344,7 @@ function buildMessages({
} else if (isLastBotReply && props.animate) {
acc.push(
<PromptReply
key={props.uuid || v4()}
key={`prompt-reply-${props.uuid || index}`}
uuid={props.uuid}
reply={props.content}
pending={props.pending}