2
0

🐛 (transcript) Fix shift answers is not immutable

This commit is contained in:
Baptiste Arnaud
2024-08-13 16:01:22 +02:00
parent d49e006df0
commit 9218ef801d
4 changed files with 23 additions and 10 deletions

View File

@@ -73,8 +73,8 @@ export const computeResultTranscript = ({
typebotsQueue: [{ typebot }],
nextGroup: firstGroup,
currentTranscript: [],
answers,
setVariableHistory,
answers: [...answers],
setVariableHistory: [...setVariableHistory],
visitedEdges,
stopAtBlockId,
})