Skip to content

Commit ac30a4e

Browse files
committed
chore: clean up
1 parent afaef47 commit ac30a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demo/prefix-suffix.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default () => {
77
const [value, setValue] = React.useState<string | number>(100);
88

99
const onChange = (val: number) => {
10-
console.warn('onChange:', val, typeof val);
10+
console.log('onChange:', val, typeof val);
1111
setValue(val);
1212
};
1313

0 commit comments

Comments
 (0)