Kaynağa Gözat

Merge pull request #3356 from durianice/pr_merge

Yifei Zhang 1 yıl önce
ebeveyn
işleme
bfb7b988f4
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      app/components/chat.tsx

+ 1 - 2
app/components/chat.tsx

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