arqex / arqex/react-datetime

Distribution packages have dev console.log when clicking time

Open
#759 1 comment 6 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.