-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'toFixed') #617
Labels
bug report
Something isn't working
Comments
I'm experiencing the same issue. It was working fine up to v4.4.2. The problem started occurring after updating to v4.4.3. |
having the same problem here... |
10 tasks
is this fixed - I still get an error when setting the slider to 0. ah...hasn't been released yet..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Description
When the slider is used with a step prop, when it is moved down to 0 it causes the error "Cannot read properties of undefined (reading 'toFixed')"
Reproducible Demo
The combination of using the step prop with the value going from a positive value down to 0 causes the error.
https://snack.expo.dev/jlLsyHnEs_ZzE3sODCTSB
The text was updated successfully, but these errors were encountered: