Skip to content

Commit 1470441

Browse files
authored
Merge pull request #10894 from marmelab/doc-ListBase-storeKey
[Doc] Fix `<ListBase>` is missing the `storeKey` prop
2 parents 545ee5f + 6153dfa commit 1470441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ListBase.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ The `<ListBase>` component accepts the following props:
9292
* `render`
9393
* [`resource`](./List.md#resource)
9494
* [`sort`](./List.md#sort)
95+
* [`storeKey`](./List.md#storeKey)
9596
9697
In addition, `<ListBase>` renders its children components inside a `ListContext`. Check [the `<List children>` documentation](./List.md#children) for usage examples.
9798

0 commit comments

Comments
 (0)