Replies: 1 comment 1 reply
-
A minimal reproduction might help to investigate it further. keepMounted prop in complicated situation was not tested well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First of all, thanks for the cool library!
I have a chat where I use VList with the reverse and shift props. It works well, but it's a bit laggy at times. To improve performance, I decided to use the keepMounted option for my list. However, there's an issue: when I scroll to the top and add new messages, the scroll position doesn't stay in place - it jumps somewhere else.
I suspect the problem lies in the mismatch between the sizes of elements in the original list and the updated list.
Does anyone have any ideas or suggestions on how to use VList effectively with the reverse, shift, and keepMounted props?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions