Replies: 1 comment
-
I got it working with ScrollContainer. With that component callbacks are triggered without losing scrolling functionality. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have some difficulty getting callbacks to know when scroll starts and ends.
I try to use hook like this:
and scrollable content is nothing special, a div container with attached ref and mapped list inside. Very much like in the docs example.
Everything works fine if i remove options object from hook. As I understand scroll callbacks should not prevent drag scroll from working. Any idea what I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions