Fixed useEffect bug
This commit is contained in:
parent
bbdd98209a
commit
0471e99a86
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export default function Chat({ flow }: ChatType) {
|
|||
}
|
||||
|
||||
prevNodesRef.current = currentNodes;
|
||||
}, [tabsState, flow.id, nodes]);
|
||||
}, [tabsState, flow.id]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue