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 isScrubbing value is set to true and never false again when tapping on the slider. This makes styling the slider based on the current interaction state unreliable.
It appears that the issue is that the tap even gesture only sets the values to true and never false again. I would expect it to either set the value to false, or set the value to true, then to false again on a delay. (After some testing, I would recommend no delay)
The current workaround is to manually update the value yourself by passing an onSlidingComplete function but keeping that manually updated defeats the purpose of providing a value.
The text was updated successfully, but these errors were encountered:
The isScrubbing value is set to true and never false again when tapping on the slider. This makes styling the slider based on the current interaction state unreliable.
It appears that the issue is that the tap even gesture only sets the values to true and never false again. I would expect it to either set the value to false, or set the value to true, then to false again on a delay. (After some testing, I would recommend no delay)
The current workaround is to manually update the value yourself by passing an onSlidingComplete function but keeping that manually updated defeats the purpose of providing a value.
The text was updated successfully, but these errors were encountered: