Skip to content

Commit 20117b9

Browse files
committed
add warning to suspense list
1 parent 313cd7a commit 20117b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/routes/reference/components/suspense-list.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ description: >-
1616
Coordinate how multiple suspense boundaries reveal their content.
1717
---
1818

19+
:::[warning]
20+
This is an experimental component
21+
:::
22+
1923
`<SuspenseList>` coordinates nested suspense boundaries.
2024

2125
## Import
@@ -66,10 +70,6 @@ Controls fallback visibility for later items after the first still-pending item.
6670
- With `tail="collapsed"`, later pending items can keep a fallback visible after the first pending item.
6771
- With `tail="hidden"`, later pending items hide their fallback after the first pending item.
6872

69-
## Notes
70-
71-
- `<SuspenseList>` is experimental.
72-
7373
## Examples
7474

7575
### Basic usage

0 commit comments

Comments
 (0)