🐛 (transcript) Fix shift answers is not immutable
This commit is contained in:
@@ -73,8 +73,8 @@ export const computeResultTranscript = ({
|
||||
typebotsQueue: [{ typebot }],
|
||||
nextGroup: firstGroup,
|
||||
currentTranscript: [],
|
||||
answers,
|
||||
setVariableHistory,
|
||||
answers: [...answers],
|
||||
setVariableHistory: [...setVariableHistory],
|
||||
visitedEdges,
|
||||
stopAtBlockId,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user