loktar00 / react-lazy-load

React component that renders children elements when they enter the viewport.
MIT License
978 stars 166 forks source link

Make it possible to lazy load floating elements #88

Closed jwamsterdam closed 2 years ago

jwamsterdam commented 7 years ago

Hi,

Are you able to adapt the code of your package so it works with floating elements? currently, this doesn't work.

Many thanks!

michaeljonathanblack commented 7 years ago

Flex elements in a horizontal scroller also do not load correctly.

michaeljonathanblack commented 7 years ago

Scratch that, they're working as far as I can tell. I imagine I was testing this inside Chrome's device toolbar when I first commented on this issue. See #105