We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146aac8 commit 46866efCopy full SHA for 46866ef
packages/react/src/Link.ts
@@ -32,7 +32,7 @@ interface BaseInertiaLinkProps {
32
onSuccess?: () => void
33
onError?: () => void
34
queryStringArrayFormat?: 'indices' | 'brackets'
35
- async: boolean
+ async?: boolean
36
}
37
38
export type InertiaLinkProps = BaseInertiaLinkProps &
0 commit comments