-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I just gave this a quick try. I have 80 items all with height of 733px. When I scroll down to item number 10, the scroll but starts studdering all over the place and gets into a lock state, CPU goes crazy high. Items are being added/removed infinitly. Have you seen this?
<VirtualList
width={'560px'}
height={Number($globalFeedRef?.getBoundingClientRect().height)}
itemCount={80}
itemSize={733}
<div slot="item" let:index>
<div style="height: 733px; width: 100%; background-color: azure; border: 1px solid red">{index}</div>
</div>
Metadata
Metadata
Assignees
Labels
No labels