bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.72k stars 782 forks source link

VariableSizeGrid has shown a broken styling when scrolling #659

Closed aaronpaulmallorca closed 3 weeks ago

aaronpaulmallorca commented 2 years ago

Hi,

We used the VariableSizeGrid of the react-window and found an issue of broken styling when we load a large data (e.g.: 1million) I used the demo page and did some adjustment in the code to make it simple data. (https://codesandbox.io/s/github/bvaughn/react-window/tree/master/website/sandboxes/variable-size-grid?file=/index.js)

The issue here was the line in the row starting Row-349527, I wonder where that line come from because I didn't put any border or any style to produce that line. Is this a known issue?

image

https://user-images.githubusercontent.com/7484085/179382470-644ba8f9-7665-47db-958d-7c8f549d387a.mp4