-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SwipeableDrawer] JS error when dragging it #16162
Comments
@eduardomcv Can you provide a reproduction? |
I would have thought https://github.com/mui-org/material-ui/blob/34c99ce875f425cc547f47885979cf8a6f1eedda/packages/material-ui/src/SwipeableDrawer/SwipeableDrawer.js#L215 fixed those errors. |
v4.1.0 right? |
Yep 👍 @eduardomcv Can you reproduce it in v4.1.0? |
@joshwooding @oliviertassinari |
Nice :) |
Though I found a similar issue, #12094, it's been closed since Jul 31, 2018, so I decided to create a new one.
The current behavior and steps to reproduce are the same.
Expected Behavior 🤔
No errors.
Current Behavior 😯
(copied from #12094)
When dragging the SwipeableDrawer, a JS error is continuously thrown in the console:
"[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted."
Here's a screenshot of the errors:
Steps to Reproduce 🕹
(copied from #12094)
Context 🔦
Just trying to use SwipeableDrawer.
Your Environment 🌎
I'm using TypeScript on my current setup, so here's my tsconfig:
The text was updated successfully, but these errors were encountered: