mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix dep
This commit is contained in:
parent
be5bf2fcb0
commit
44ea36818c
@ -56,7 +56,7 @@ export const useSocketIO = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return { ...options, ...addlSocketOptions };
|
return { ...options, ...addlSocketOptions };
|
||||||
}, [authToken, addlSocketOptions]);
|
}, [authToken, addlSocketOptions, baseUrl]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if ($isSocketInitialized.get()) {
|
if ($isSocketInitialized.get()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user