Add biome-ignore for intentional useEffect dependencies
This commit is contained in:
@@ -67,6 +67,7 @@ export function Chat({ projectPath, onCloseProject }: ChatProps) {
|
||||
messagesEndRef.current?.scrollIntoView({ behavior: "smooth" });
|
||||
};
|
||||
|
||||
// biome-ignore lint/correctness/useExhaustiveDependencies: We intentionally trigger on messages/streamingContent changes
|
||||
useEffect(scrollToBottom, [messages, streamingContent]);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user