mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Resolve various warnings during export
This commit is contained in:
@@ -252,7 +252,7 @@ export default function ChatInputArea(props: ChatInputProps) {
|
||||
startRecordingAndTranscribe();
|
||||
}
|
||||
|
||||
}, [recording]);
|
||||
}, [recording, mediaRecorder]);
|
||||
|
||||
const chatInputRef = useRef<HTMLTextAreaElement>(null);
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user