react-component / react-component/slider
The `handle` & `track` goes out while ensuring value precision
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 768
- Avg merge
- 11d 22h
- Merged PRs (30d)
- 5
Description
Given min=-2.5 max=2.5 step=1, ensureValuePrecision on edge values (min or max), it gives value out of scope like -3 and 3.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate ensureValuePrecision in the repository and reproduce the reported case with min=-2.5, max=2.5, and step=1 at both edge values. Confirm that precision handling keeps the resulting value within the specified min and max bounds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100