mantine icon indicating copy to clipboard operation
mantine copied to clipboard

RangeSlider on Touch devices throws error "Unable to preventDefault inside passive event listener invocation"

Open raulcrisan opened this issue 3 years ago • 0 comments

What package has an issue

@mantine/core

Describe the bug

When using RangeSlider on touch devices I can see in the browser's console some errors:

  • [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. onTouchMove @ use-move.js?6bc9:75 onTouchStart @ use-move.js?6bc9:72

  • Unable to preventDefault inside passive event listener invocation

image

In which browser did the problem occur

Chrome

If possible, please include a link to a codesandbox with the reproduced problem

No response

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

No response

Possible fix

No response

raulcrisan avatar Jul 07 '22 12:07 raulcrisan

Fixed in 5.1.4

rtivital avatar Aug 12 '22 07:08 rtivital