Skip to content

Commit f1bf5a8

Browse files
denisborovikovTrySound
authored andcommitted
Fix type of the list state (#127)
1 parent da46e02 commit f1bf5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/List.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The onChange event of the List is called whenever the list state changes.
3535
TL;DR: `{ list, first, last, push, pull, sort, set }`
3636

3737
**list**
38-
`boolean`
38+
`array`
3939
Your list state
4040

4141
**first**

0 commit comments

Comments
 (0)