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.
1 parent afaef47 commit ac30a4eCopy full SHA for ac30a4e
docs/demo/prefix-suffix.tsx
@@ -7,7 +7,7 @@ export default () => {
7
const [value, setValue] = React.useState<string | number>(100);
8
9
const onChange = (val: number) => {
10
- console.warn('onChange:', val, typeof val);
+ console.log('onChange:', val, typeof val);
11
setValue(val);
12
};
13
0 commit comments