Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Chat Scrolling Broke when Streaming Responses were Introduced #25

Open
ericrallen opened this issue Oct 30, 2023 · 0 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ericrallen
Copy link
Member

Describe the bug:

When streaming responses were introduced, the scroll-to-bottom behavior of the chat window stopped working as expected due to the streaming response being updated as a separate prop and the scrolling logic being based on the overall conversation length, which only gets updated when the streaming response is complete.

The scrolling logic needs to take the streaming response into account and continue scrolling to the bottom while the streaming response is rendering.

@ericrallen ericrallen added the bug Something isn't working label Oct 30, 2023
@ericrallen ericrallen added the good first issue Good for newcomers label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant