Hi, I'm using the "react-input-range": version "^1.3.0", and have an issue when I make a click at the corners of the range, it gives values out of the scope, for the lower side, gives negatives values, for the higher side gives values greater then the maximum.
Here is my debugger, in the corner right you can see my component, then the handle function and the console log

Here is my render function with the call for the InputRange.

Thank you...
Hi, I'm using the "react-input-range": version "^1.3.0", and have an issue when I make a click at the corners of the range, it gives values out of the scope, for the lower side, gives negatives values, for the higher side gives values greater then the maximum.

Here is my debugger, in the corner right you can see my component, then the handle function and the console log
Here is my render function with the call for the InputRange.

Thank you...