Skip to content

Commit f8d63a6

Browse files
authored
docs: fix RSP ListBox Loading example (#6619)
* docs: fix RSP ListBox Loading example * revert size
1 parent a48d167 commit f8d63a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/listbox/docs/ListBox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ function AsyncLoadingExample() {
376376
aria-label="Choose frequency"
377377
selectionMode="single"
378378
width="size-1200">
379-
<></>
379+
{[]}
380380
</ListBox>
381381
```
382382

0 commit comments

Comments
 (0)