Skip to content

Commit 95cd360

Browse files
authored
Update unlucky-beers-agree.md (#2389)
1 parent cdee7d8 commit 95cd360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.changeset/unlucky-beers-agree.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ fix(ui-react): Collection searchNoResultsFound
77
When no results are returned from searching a Collection, we render the text "No results found" by default
88
- Customer also has the option of passing their own `ReactNode` to the new `searchNoResultsFound` prop
99

10+
```jsx
1011
<Collection
1112
isSearchable
1213
searchNoResultsFound={
@@ -19,3 +20,4 @@ When no results are returned from searching a Collection, we render the text "No
1920
>
2021
{collectionItems}
2122
</Collection>
23+
```

0 commit comments

Comments
 (0)