Skip to content

Commit acea48f

Browse files
committed
Add support for children in WithListContext documentation.
1 parent 6f14613 commit acea48f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/WithListContext.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ const TagList = ({data, isPending}) => (
126126

127127
| Prop | Required | Type | Default | Description |
128128
|----------------|----------|----------------|---------|-------------------------------------------------------------------------------------------|
129+
| `children` | Optional | `ReactNode` | | The components rendered in the list context. |
129130
| `data` | Optional | `RecordType[]` | | The list data in standalone usage. |
130131
| `empty` | Optional | `ReactNode` | | The component to display when the data is empty. |
131132
| `error` | Optional | `Error` | | The error in standalone usage. |

0 commit comments

Comments
 (0)