react-lazyload
react-lazyload copied to clipboard
Adds logic for handling DOM node as scrollContainer
Based on @opula's fork. The change that seems to make things work is fixing the scrollContainer not being set.
Looks like this repo is not active anymore, this PR would fix my issue.
@Slapbox what you end up doing?
Hey everyone will have a quick look in the weekend and get it merged
I've noticed the same issue. Any chance to get it merged?
FWIW, this fixes some issues - but did not fix it completely - it was not enough that we ended up using React-Lazyload. It might work better for your use case though, if it's merged.
@Slapbox actually I seem to have major issues. The lazy load mechanism doesn't work at all for me (except for loading forcefully by a forceCheck call). I was trying it with the query selector instead. Thus it seems I won't even start using it.