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
@@ -81,6 +83,11 @@ The target attribute for the link. Defaults to `undefined`.
81
83
Enables a [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) for this navigation. To apply specific styles during the transition, see
82
84
[`useViewTransitionState`](../hooks/useViewTransitionState). Defaults to `false`.
83
85
86
+
### options.unstable_useTransitions
87
+
88
+
Wraps the navigation in [`React.startTransition`](https://react.dev/reference/react/startTransition)
89
+
for concurrent rendering. Defaults to `false`.
90
+
84
91
## Returns
85
92
86
93
A click handler function that can be used in a custom [`Link`](../components/Link) component.
0 commit comments