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
On dragging slider to value=0, onChangeValue is updated with 0. However the onChangeEndValue remains unchanged. It is occuring due to v && setOnChangeEndValue(Math.floor(v)). Removing v && fixes the issue.
Description
On dragging slider to value=0, onChangeValue is updated with 0. However the onChangeEndValue remains unchanged. It is occuring due to
v && setOnChangeEndValue(Math.floor(v))
. Removingv &&
fixes the issue.CodeSandbox/Snack link
https://snack.expo.dev/98UwrdRC6_SpsdYQvHwmI
Steps to reproduce
https://github.com/user-attachments/assets/c1b144fa-2899-4423-bfd8-4deb8c0c74ee
NativeBase Version
3.4.x
Platform
Other Platform
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: