jpuri / jpuri/react-range-slider
Console.log statements in lib/index.js
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 115
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
There are 2 console.log statements that execute unexpectedly in reactrangeslider/lib/index.js and clutter the dev tools console:
console.log("inhere 1",s,v)
console.log("inhere")
Looks like the file is minified so I don't have any line numbers that would be useful.
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
Open lib/index.js and locate the two reported console.log statements, "inhere 1" and "inhere". Remove the unexpected logging and verify that the component no longer clutters the browser dev tools console during normal use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100