jpuri / jpuri/react-range-slider

Console.log statements in lib/index.js

Open
#15 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.