You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,5 +70,5 @@ function RSCStaticRouter({ getPayload }: RSCStaticRouterProps)
70
70
### getPayload
71
71
72
72
Afunction that starts decoding of the [`unstable_RSCPayload`](https://api.reactrouter.com/v7/types/react_router.unstable_RSCPayload.html). Usually passed
Copy file name to clipboardExpand all lines: docs/api/rsc/routeRSCServerRequest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Whether to hydrate the server response with the RSC payload. Defaults to `true`.
98
98
99
99
### opts.renderHTML
100
100
101
-
Afunctionthatrendersthe [`unstable_RSCPayload`](https://api.reactrouter.com/v7/types/react_router.unstable_RSCPayload.html) to HTML, usually using a [`<RSCStaticRouter>`](https://api.reactrouter.com/v7/functions/react_router.unstable_RSCStaticRouter.html).
101
+
Afunctionthatrendersthe [`unstable_RSCPayload`](https://api.reactrouter.com/v7/types/react_router.unstable_RSCPayload.html) to HTML, usually using a [`<RSCStaticRouter>`](../rsc/RSCStaticRouter).
0 commit comments