We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use the Range with marks without a step. We can already do this in a Slider setting step at null.
The text was updated successfully, but these errors were encountered:
Allow Range prop step to be null in Typescript
step
df0fe28
This is the same like react-component#691 where it was fixed for `Slider` but `Range` seems to have been forgotten. Fixes react-component#739 react-component#652 react-component#574
Allow Range prop step to be null in Typescript (#757)
683a818
This is the same like #691 where it was fixed for `Slider` but `Range` seems to have been forgotten. Fixes #739 #652 #574
Successfully merging a pull request may close this issue.
I want to use the Range with marks without a step. We can already do this in a Slider setting step at null.
The text was updated successfully, but these errors were encountered: