chatscope / chat-ui-kit-react

Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
https://chatscope.io
MIT License
1.25k stars 104 forks source link

Scroll after mount jumps all over the place #113

Open KDederichs opened 1 year ago

KDederichs commented 1 year ago

Hey,

I'm running into an issue where I'm fetching messages using the Tanstack Query Infinite Query function. Works well but I get the most scroll behaviour imaginable:

It'll start at the bottom (as it should) but then as it fetches more data/refreshes the query cache it'll just jump to the start of the next page. I tried about anything to get rid of that behaviour but nothing seems to work.

Any idea what's up with that?