We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1c656 commit 7ce2e8fCopy full SHA for 7ce2e8f
app/components/search-chat.tsx
@@ -83,7 +83,7 @@ export function SearchChatPage() {
83
84
// Cleanup the interval on component unmount
85
return () => clearInterval(intervalId);
86
- }, []);
+ }, [doSearch]);
87
88
return (
89
<ErrorBoundary>
0 commit comments