There was an error while loading. Please reload this page.
1 parent f1d0a41 commit 3d83ad4Copy full SHA for 3d83ad4
1 file changed
packages/react-router/lib/dom/lib.tsx
@@ -2205,7 +2205,8 @@ function useDataRouterState(hookName: DataRouterStateHook) {
2205
* for this navigation. To apply specific styles during the transition, see
2206
* {@link useViewTransitionState}. Defaults to `false`.
2207
* @param options.defaultShouldRevalidate Specify the default revalidation
2208
- * behavior for the navigation. Defaults to `true`.
+ * behavior for the navigation. When not specified, loaders revalidate
2209
+ * according to the router's standard revalidation behavior.
2210
* @param options.mask Masked location to display in the browser instead
2211
* of the router location. Defaults to `undefined`.
2212
* @param options.useTransitions Wraps the navigation in
0 commit comments