Skip to content

Commit 898204b

Browse files
committed
feat: add debug logs
1 parent 9f24398 commit 898204b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ const ReactInputVerificationCode = ({
135135
return;
136136
}
137137

138+
console.log('RIVC: onInputChange:eventValue', eventValue);
138139
console.log('RIVC: onInputChange:value', value);
139140

140141
/**

0 commit comments

Comments
 (0)