virtual-list icon indicating copy to clipboard operation
virtual-list copied to clipboard

由于传入的height不是一个固定值,所以想要实现在屏幕resize的时候更新height入参,将height作为state来维护,改变屏幕高度时,会出现js报错问题,不是必现,但是大概率可复现。

Open Symboler opened this issue 5 years ago • 1 comments

20200203174313

Symboler avatar Feb 03 '20 09:02 Symboler

遇到了不同的问题,当height 高度动态计算的时候 渲染的数据只展示第一条

我的问题原因主要startindex 和endIndex 不会根据height 发生变化在去计算

https://github.com/react-component/virtual-list/blob/master/src/List.tsx#L810

hnsylitao avatar May 15 '20 03:05 hnsylitao