Skip to content

Commit

Permalink
fix(docs): Remove redundant props for Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
joerideg committed Dec 3, 2024
1 parent 8d5f8fc commit 8aa3fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme/limitless-ui-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pattern provides more flexibility and control over component composition. For ex

```jsx
<SearchBox.Root configuration={configuration} searchOptions={searchOptions} searchType="product">
<SearchBox.Suggestions configuration={configuration} suggestOptions={suggestOptions} />
<SearchBox.Suggestions suggestOptions={suggestOptions} />
</SearchBox.Root>
```

Expand Down

0 comments on commit 8aa3fcc

Please sign in to comment.