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

List not re-rendering components #1776

Open leadstar116 opened 1 year ago

leadstar116 commented 1 year ago

I am using react-virtualized to window my dropdown list options. The problem is that these options are not rendering its content. I spent lots of time, tried several things but couldn't solve this issue. I posted more details on stackoverflow as well.

https://stackoverflow.com/questions/73960388/list-is-not-re-rendering-the-child-components

Where did I implement in an incorrect way, please?

Thank you very much for support.