Carlo Francisco

Results 1 issues of Carlo Francisco

Consider the following case: ``` const value = 5.3; const props = { marks: {}, step: 0.05, min: 0, max: 5.3 }; ``` I would expect the output of `getClosestPoint`...