React Router API Reference
Preparing search index...
react-router
unstable_RSCRenderPayload
Type Alias unstable_RSCRenderPayload
type
unstable_RSCRenderPayload
=
{
actionData
:
Record
<
string
,
any
>
|
null
;
basename
:
string
|
undefined
;
errors
:
Record
<
string
,
any
>
|
null
;
formState
?:
unknown
;
loaderData
:
Record
<
string
,
any
>
;
location
:
Location
;
matches
:
unstable_RSCRouteMatch
[]
;
nonce
?:
string
;
patches
?:
unstable_RSCRouteManifest
[]
;
type
:
"render"
;
}
Index
Properties
action
Data
basename
errors
form
State?
loader
Data
location
matches
nonce?
patches?
type
Properties
action
Data
actionData
:
Record
<
string
,
any
>
|
null
basename
basename
:
string
|
undefined
errors
errors
:
Record
<
string
,
any
>
|
null
Optional
form
State
formState
?:
unknown
loader
Data
loaderData
:
Record
<
string
,
any
>
location
location
:
Location
matches
matches
:
unstable_RSCRouteMatch
[]
Optional
nonce
nonce
?:
string
Optional
patches
patches
?:
unstable_RSCRouteManifest
[]
type
type
:
"render"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Data
basename
errors
form
State
loader
Data
location
matches
nonce
patches
type
React Router API Reference
Loading...