-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Slider] Support marks={false} #19350
Conversation
Details of bundle changes.Comparing: 1092c22...1cb4976
|
What about changing the type instead? |
I thought this would be a less intrusive change because it only changes the internal code, not the typings. Are you suggesting what @LorenzHenk mentioned (ensuring that |
What about changing the default value in this case to be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this.
Could you add a test illustrating the issue you're trying to solve?
@eps1lon if we do change the default prop value, wouldn't it be enough to cover the test part? My interpretation of the problem is that |
I was only asking for a test. a) for having a test and b) because I don't understand what |
marks
being false
Should fix #19335.
marks
is now used directly only in the case that it's an actual array.