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
In mobile view Ripple throws the following exception to the console everytime a user click on something that has ripple effect: Uncaught ReferenceError: isTouching is not defined at HTMLButtonElement.onTouchStart2
I have not checked the issue in other browsers other than Chrome.
The code part causing the issue was introduced by #3530.
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Nov 8, 2022
Describe the bug
In mobile view Ripple throws the following exception to the console everytime a user click on something that has ripple effect:
Uncaught ReferenceError: isTouching is not defined at HTMLButtonElement.onTouchStart2
I have not checked the issue in other browsers other than Chrome.
The code part causing the issue was introduced by #3530.
Reproducer
https://codesandbox.io/s/quirky-panna-rikdyx
PrimeReact version
8.7.1
React version
18.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Chrome 107.0.5304.87
Steps to reproduce the behavior
Expected behavior
No exception should be thrown.
The text was updated successfully, but these errors were encountered: