We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console.log
1 parent 103bbac commit 9e6177bCopy full SHA for 9e6177b
src/components/Input.tsx
@@ -125,7 +125,6 @@ const Input: React.FC = () => {
125
const arrow = arrowContainer?.current;
126
127
function showCalendarContainer() {
128
- console.log(arrow);
129
if (arrow && div && div.classList.contains("hidden")) {
130
div.classList.remove("hidden");
131
div.classList.add("block");
0 commit comments