react-infinite-scroll-hook icon indicating copy to clipboard operation
react-infinite-scroll-hook copied to clipboard

Flickering problem after fetching new items

Open groomain opened this issue 3 years ago • 0 comments

Hi,

First, thanks a lot for your repo. I tried all of them and your's is the only one working perfectly for a reverse infinite loading. I had a flickering problem after fetching new items. It was fixed using useLayoutEffect and not useEffect.

Regards !

groomain avatar Feb 14 '22 13:02 groomain