We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd6a27 commit fac5fb6Copy full SHA for fac5fb6
src/components/advanced-range-control/index.js
@@ -175,7 +175,7 @@ const AdvancedRangeControl = props => {
175
]
176
}, [] )
177
propsToPass.renderTooltipContent = value => {
178
- return props.marks[ value ]?.name || ''
+ return props.marks[ value ]?.name || props.marks[ value ]?.slug || ''
179
}
180
181
// Other necessary props for steps.
src/components/four-range-control/index.js
@@ -339,7 +339,7 @@ const FourRangeControl = memo( props => {
339
340
341
newProps.renderTooltipContent = value => {
342
343
344
345
0 commit comments