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 8962c96 commit ba17888Copy full SHA for ba17888
src/App.js
@@ -90,7 +90,7 @@ const Slider = ({
90
<SliderHeader>
91
<strong ref={currentRef}>{formatFn(initial)}</strong>
92
/
93
- {max}
+ {{formatFn(max)}}
94
</SliderHeader>
95
<StyledSlider ref={sliderRef}>
96
<StyledThumb
0 commit comments