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
<docs-warning>This API is experimental and subject to breaking changes in
26
-
minor/patch releases. Please use with caution and pay **very** close attention
25
+
<docs-warning>This API is experimental and subject to breaking changes in
26
+
minor/patch releases. Please use with caution and pay **very** close attention
27
27
to release notes for relevant changes.</docs-warning>
28
28
29
29
## Summary
@@ -53,7 +53,7 @@ routeRSCServerRequest({
53
53
{
54
54
bootstrapScriptContent,
55
55
formState: awaitgetFormState(payload),
56
-
},
56
+
}
57
57
);
58
58
},
59
59
});
@@ -62,9 +62,7 @@ routeRSCServerRequest({
62
62
## Signature
63
63
64
64
```tsx
65
-
function RSCStaticRouter({
66
-
getPayload,
67
-
}:RSCStaticRouterProps);
65
+
function RSCStaticRouter({ getPayload }:RSCStaticRouterProps)
68
66
```
69
67
70
68
## Props
@@ -73,3 +71,4 @@ function RSCStaticRouter({
73
71
74
72
Afunction that starts decoding of the [`unstable_RSCPayload`](https://api.reactrouter.com/v7/types/react_router.unstable_RSCPayload.html). Usually passed
An array of [`RouteObject`](https://api.reactrouter.com/v7/types/react_router.RouteObject.html)s that can be used with a [`DataRouter`](https://api.reactrouter.com/v7/interfaces/react_router.DataRouter.html)
0 commit comments