Skip to content

Commit

Permalink
[#156] Show percentage onChange event console info on example App
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Apr 25, 2024
1 parent 33a861d commit 1714040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const App = () => {
const [comment, setComment] = useState({});

const onChange = (value) => {
console.info(value.current);
console.info(value);
};

const onChangeComment = useCallback(
Expand Down

0 comments on commit 1714040

Please sign in to comment.