improve changesets

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-11-21 13:26:27 +01:00
parent 992671e2c8
commit a2c24865a2
+2
View File
@@ -16,3 +16,5 @@ To activate the pagination mode, simply update your `App.tsx` as follows:
+ <Route path="/catalog" element={<CatalogIndexPage pagination />} />
...
```
In case you have a custom catalog page and you want to enable pagination, you need to pass the `pagination` prop to `EntityListProvider` instead.