From a2c24865a2c0b95b486e4fee575b465f8515bb2e Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Tue, 21 Nov 2023 13:26:27 +0100 Subject: [PATCH] improve changesets Signed-off-by: Vincenzo Scamporlino --- .changeset/silly-numbers-wash.md | 2 ++ 1 file changed, 2 insertions(+) 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.