react-range
react-range copied to clipboard
draggableTrack is not working when min value is below 0
for example, the combination below will not work
draggableTrack
max={100}
min={-100}
@yarl Hello, Could you help how to reproduce the issue ? I was not able to see it see link below : https://codesandbox.io/s/react-range-forked-3ybfi?file=/src/index.js
oh, I should have mentioned that it's not working properly when there are multiple values eg. [50, 90]