diff --git a/docgen/src/guides/v3-migration.md b/docgen/src/guides/v3-migration.md index 2cc4156cc5..d51dcf364d 100644 --- a/docgen/src/guides/v3-migration.md +++ b/docgen/src/guides/v3-migration.md @@ -553,10 +553,10 @@ With the redo button: #### Options -| Before | After | -| --------------- | -------------------- | -| `escapeHits` | `escapeHTML` | -| `loadMoreLabel` | `templates.showMore` | +| Before | After | +| --------------- | ------------------------ | +| `escapeHits` | `escapeHTML` | +| `loadMoreLabel` | `templates.showMoreText` | - `escapeHTML` defaults to `true` diff --git a/src/components/InfiniteHits/InfiniteHits.js b/src/components/InfiniteHits/InfiniteHits.js index 28fd20abfc..4de989b62e 100644 --- a/src/components/InfiniteHits/InfiniteHits.js +++ b/src/components/InfiniteHits/InfiniteHits.js @@ -44,7 +44,7 @@ const InfiniteHits = ({