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
The fix might be to just explicitly set { passive: false } when adding event listeners, but want to make sure that doesn't negatively affect performance.
The text was updated successfully, but these errors were encountered:
We get the following console spam when using touch to move the slider:
Some references to the change in behavior and possible solutions:
The fix might be to just explicitly set
{ passive: false }
when adding event listeners, but want to make sure that doesn't negatively affect performance.The text was updated successfully, but these errors were encountered: