diff --git a/app/components/chat.tsx b/app/components/chat.tsx index be59f5487..7830e5064 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -502,7 +502,8 @@ export function ChatActions(props: { ); showToast(nextModel); } - }, [chatStore, currentModel, models, props]); + // eslint-disable-next-line react-hooks/exhaustive-deps + }, [chatStore, currentModel, models]); return (