j-d90

Results 1 comments of j-d90

I'm doing the following: ``` const { messages, handleInputChange, handleSubmit } = useChat(); ... // for displaying loading icon before stream response is received useEffect(() => { if (messages.length %...