We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a64dc1 commit 2984169Copy full SHA for 2984169
1 file changed
packages/ui/src/components/select/demos/5.Loading.md
@@ -77,7 +77,7 @@ export default function Demo() {
77
setLoading2(false);
78
setList2((draft) => {
79
draft.push(
80
- Array.from({ length: 20 }).map((_, index) => ({
+ ...Array.from({ length: 20 }).map((_, index) => ({
81
label: `Item ${index + draft.length}`,
82
value: index + draft.length,
83
}))
0 commit comments