Closed natcohen closed 2 months ago
After playing a bit with the official example: https://codesandbox.io/s/react-window-list-padding-dg0pq adding a padding size of 150 or bigger makes it buggy. Simply change the PADDING_SIZE to 150 to reproduce the bug.
150
PADDING_SIZE
I'm having the same issue. Any thoughts on this anyone?
After playing a bit with the official example: https://codesandbox.io/s/react-window-list-padding-dg0pq adding a padding size of
150
or bigger makes it buggy. Simply change thePADDING_SIZE
to150
to reproduce the bug.