Skip to content

Commit a3719d7

Browse files
committed
chore: update test value
1 parent 133202f commit a3719d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function TestApp() {
1212

1313
const handleOnChange = (value: MixInputValues) => {
1414
console.log('on change', value)
15-
setValue(value)
15+
setValue([value.flat()])
1616
}
1717

1818
const handleControls = (type: string) => () => {

0 commit comments

Comments
 (0)