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 133202f commit a3719d7Copy full SHA for a3719d7
tests/main.tsx
@@ -12,7 +12,7 @@ function TestApp() {
12
13
const handleOnChange = (value: MixInputValues) => {
14
console.log('on change', value)
15
- setValue(value)
+ setValue([value.flat()])
16
}
17
18
const handleControls = (type: string) => () => {
0 commit comments