twobin / react-lazyload

Lazy load your component, image or anything matters the performance.
MIT License
5.85k stars 487 forks source link

comp.visible didnt change when i use in table #367

Open comewithl opened 2 years ago

comewithl commented 2 years ago
  1. the lazyload comp1 is outside the visible screen,so the visible of comp1 is false
  2. i change the index of comp1 make it show in visible screen,but it's key is same
  3. it will not emit the mount, so comp1 do not checkVisible
  4. comp1 still is unvisible even if in the visible screen