bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data

Home Page:http://bvaughn.github.io/react-virtualized/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

all list items are rendering with `top: 0` style on server side.

Jaykishan0705 opened this issue · comments

Bug Report

All list items are overlapping in server-side rendering. Mostly this is happening because server-side we are not able to measure height.

Ideally, we should rely on default height for server-side rendering.

Screenshot 2022-10-10 at 3 45 11 PM