I have this code:
<Slider
value={state.filters.radius}
onChange={value => {
console.log(value);
}}
step={5}
max={20}
// @ts-ignore
snapToStep
/>
I have the this version ^7.93.1
.
Snap to step is not working and even typescript reports an error that snapToStep
prop doesn't exist