You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, and thank you for this fantastic demo project! I’m reporting an issue I encountered when setting up the project from the main branch.
Issue Details:
Setup: I followed the setup instructions for the Node environment, using Livekit credentials and an OpenAI key.
Errors: Running the app triggered "Maximum update depth exceeded" errors in transcript.tsx and use-agent.tsx as soon as the conversation started.
Temporary Workarounds:
In transcript.tsx: I wrapped handleScrollVisibility in a useEffect function with conditions on scrollContainerRef, scrollButtonRef, and displayTranscriptions.
In use-agent.tsx (line 122): I updated state only if mergedSorted had changed, using the following check:
I’m not certain if these solutions are optimal, which is why I haven’t submitted a pull request. However, I hope this information helps to resolve the issues quickly.
The text was updated successfully, but these errors were encountered:
Hello, and thank you for this fantastic demo project! I’m reporting an issue I encountered when setting up the project from the main branch.
Issue Details:
transcript.tsx
anduse-agent.tsx
as soon as the conversation started.Temporary Workarounds:
In
transcript.tsx
: I wrappedhandleScrollVisibility
in auseEffect
function with conditions onscrollContainerRef
,scrollButtonRef
, anddisplayTranscriptions
.In
use-agent.tsx
(line 122): I updated state only ifmergedSorted
had changed, using the following check:I’m not certain if these solutions are optimal, which is why I haven’t submitted a pull request. However, I hope this information helps to resolve the issues quickly.
The text was updated successfully, but these errors were encountered: