We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f14613 commit acea48fCopy full SHA for acea48f
docs/WithListContext.md
@@ -126,6 +126,7 @@ const TagList = ({data, isPending}) => (
126
127
| Prop | Required | Type | Default | Description |
128
|----------------|----------|----------------|---------|-------------------------------------------------------------------------------------------|
129
+| `children` | Optional | `ReactNode` | | The components rendered in the list context. |
130
| `data` | Optional | `RecordType[]` | | The list data in standalone usage. |
131
| `empty` | Optional | `ReactNode` | | The component to display when the data is empty. |
132
| `error` | Optional | `Error` | | The error in standalone usage. |
0 commit comments