Skip to content

Commit

Permalink
feat: add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ugogo committed Oct 2, 2022
1 parent 9f24398 commit 898204b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const ReactInputVerificationCode = ({
return;
}

console.log('RIVC: onInputChange:eventValue', eventValue);
console.log('RIVC: onInputChange:value', value);

/**
Expand Down

0 comments on commit 898204b

Please sign in to comment.