Henrik Gundersen
Results
2
comments of
Henrik Gundersen
For those in need of a quick fix while this issue is resolved: Add `onTouchMove={(e) => e.stopPropagation()}` to the outermost element that should still be scrollable when `useLockBodyScroll` is active....
Will the `disableInitialCallback`-[prop](https://github.com/AdeleD/react-paginate?tab=readme-ov-file#props) solve it for you? It should prevent `onPageChange` from being triggered on the initial render. ```js {}} /> ```