bug found but not solved yet

This commit is contained in:
anovazzi1 2023-02-25 21:16:28 -03:00
commit 705ad01045

View file

@ -26,6 +26,7 @@ export default function Chat({flow, reactFlowInstance }) {
return newChat;
});
};
//bug here why??
useEffect(()=>{
updateFlow({..._.cloneDeep(flow),chat:chatHistory})
},[chatHistory])