onderonur / react-infinite-scroll-hook

React hook for creating infinite scroll components.
https://onderonur.github.io/react-infinite-scroll-hook/
MIT License
431 stars 36 forks source link

It is not working wiht React 18 #34

Open shubhambatra opened 1 year ago

shubhambatra commented 1 year ago

I have upgraded my project from react 17 to react 18. also upgraded the react-infinite-scroll-hook 4.01 to 4.04. but it is not working.

onderonur commented 1 year ago

Hello there 👋 Can you provide a reproduction of the issue please? There was an issue about useEffect running twice in React 18 when StrictMode on. But it's fixed with v4.0.3. And I have 2 repositories (one with Next.js, one with Remix) which are using React 18 with this package and there are no problems in them. So, a reproduction may help us find the problem. Thanks 🙏

Next.js project: https://github.com/onderonur/tmdb-explorer Remix project: https://github.com/onderonur/remix-shows