Преглед изворни кода

Merge pull request #3356 from durianice/pr_merge

Yifei Zhang пре 1 година
родитељ
комит
bfb7b988f4
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      app/components/chat.tsx

+ 1 - 2
app/components/chat.tsx

@@ -449,8 +449,7 @@ export function ChatActions(props: {
       );
       showToast(nextModel);
     }
-    // eslint-disable-next-line react-hooks/exhaustive-deps
-  }, [currentModel, models]);
+  }, [chatStore, currentModel, models]);
 
   return (
     <div className={styles["chat-input-actions"]}>