bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

Material UI Collapse Transition : list not visible when wrapped in MUI collapse components. #1764

Open myusufuw opened 1 year ago

myusufuw commented 1 year ago

I tried to apply React Virtualized and Material UI Collapse components but the list doesn't appear. However, when I remove the collapse component, the list will appear.

This is my codesanbox : https://codesandbox.io/s/react-virtualized-mui-collapse-issue-4pp30

Screenshot : The list doesn't appear Capture

When I remove the collapse component, the list will appear Capture s