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

Image lazy loading failure #1758

Open lvcky88923 opened 2 years ago

lvcky88923 commented 2 years ago

Use react virtualized to render the list. The list is in the form of graphics and text, adding the lazy loading function to the pictures. However, if you scroll up and down the loaded list, the lazy loading of the pictures will fail, and the browser will re request the pictures. How can I solve this problem?