diff --git a/.changeset/silly-numbers-wash.md b/.changeset/silly-numbers-wash.md index c48b0dcc7a..25df8b12c1 100644 --- a/.changeset/silly-numbers-wash.md +++ b/.changeset/silly-numbers-wash.md @@ -16,3 +16,5 @@ To activate the pagination mode, simply update your `App.tsx` as follows: + } /> ... ``` + +In case you have a custom catalog page and you want to enable pagination, you need to pass the `pagination` prop to `EntityListProvider` instead.