react-hooks-infinite-scroll
react-hooks-infinite-scroll copied to clipboard
Issue Fixing::Zooming In Browser && Eslint React Exhaustive Deep Chec…
When we zoom in chrome and many other browsers, the height comes in decimal points, to fix this issue, I wrapped it in Math.ceil function and to avoid React Exhaustive Deep Check, I moved the handleScroll function inside useEffect.