Distribution packages have dev console.log when clicking time
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
Noticed that when I clicked on the time, a log popped up in console `console.log("CLICKING 2!")`. This console.log is present in the following files:
dist/react-datetime.cjs.js
dist/react-datetime.cjs.js.map
dist/react-datetime.umd.js
dist/react-datetime.umd.js.map
Im not sure if that log was intended to be there but wanted to give you a heads up.
Contributor guide
Research direction
Start by inspecting the listed dist/react-datetime.cjs.js, dist/react-datetime.cjs.js.map, dist/react-datetime.umd.js, and dist/react-datetime.umd.js.map files, then trace the log back to the source or build entry that produced it. Remove the unintended CLICKING 2! output, rebuild the distribution packages if applicable, and verify that clicking the time no longer logs it and the listed bundles contain no such message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- build-system, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100