Skip to content

Commit 1504c82

Browse files
committed
Fix dead link in renderToReadableStream
1 parent 9182ce4 commit 1504c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/server/renderToReadableStream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ function ProfilePage() {
435435
}
436436
```
437437
438-
If an error happens in the `Posts` component or somewhere inside it, React will [try to recover from it:](/reference/react/Suspense#providing-a-fallback-for-server-errors-and-client-only-content)
438+
If an error happens in the `Posts` component or somewhere inside it, React will [try to recover from it:](/reference/react/Suspense#providing-a-fallback-for-server-errors-and-server-only-content)
439439
440440
1. It will emit the loading fallback for the closest `<Suspense>` boundary (`PostsGlimmer`) into the HTML.
441441
2. It will "give up" on trying to render the `Posts` content on the server anymore.

0 commit comments

Comments
 (0)