You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same issue. This line of code, which seems to be required for enabling touch-scrolling, prevents components like the Material UI Slider from being used on touch devices inside of <TouchScrollable />.
when TouchScrollable element has scroll, onTouchStart and onTouchEnd events work,
but onTouchMove don't work
https://codesandbox.io/s/mj0kx3zm8x
The text was updated successfully, but these errors were encountered: