Skip to content

Commit

Permalink
Update docs/api-reference/next/streaming.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shu Ding <g@shud.in>
  • Loading branch information
huozhi and shuding committed Mar 23, 2022
1 parent e4b777e commit 0a996ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function Search() {
<SearchUI
onChange={() => {
refresh()
// Or if you want to update props of that server component page, you can do:
// Or refresh with updated props:
// refresh(nextProps)
}}
/>
Expand Down

0 comments on commit 0a996ba

Please sign in to comment.