mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
chat-widget: fix useEffect() dep
This commit is contained in:
parent
19cb3d3de8
commit
1fead8be46
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ export function App({
|
|||
chat,
|
||||
messages: allMessages,
|
||||
};
|
||||
}, [sessionId]);
|
||||
}, [sessionId, apiUrl]);
|
||||
|
||||
async function resetState() {
|
||||
setChatId(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue