You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just familiarizing myself with this library, but a minimal reproducible example is helpful in these types of cases. Is this window scroll, fixed div scroll? How are your outer containers styled?
My guess is you're lazily loading these images and you need to use itemHeightEstimate prop for more accurate first-pass renders. Shuffling around after the fact would be astronomically bad for performance.
Describe the bug
The grid intermittently renders with only one item in the first column.
Expected behavior
I would expect that, as the images load in, the grid shuffles items into the correct spots.
Screenshots
Desktop (please complete the following information):
Additional context
Navigating away from the page and then back fixes the issue, so I'm assuming this has to do with calculating images as they load.
The text was updated successfully, but these errors were encountered: