Skip to content

Commit 65809b9

Browse files
authored
chore: change v7_skipActionStatusRevalidation to v7_skipActionErrorRevalidation (#12253)
1 parent 40a9421 commit 65809b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
- shivamsinghchahar
239239
- SimenB
240240
- SkayuX
241+
- skratchdot
241242
- smithki
242243
- souzasmatheus
243244
- srmagura

docs/upgrading/future.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ createBrowserRouter(routes, {
200200
});
201201
```
202202

203-
## v7_skipActionStatusRevalidation
203+
## v7_skipActionErrorRevalidation
204204

205205
<docs-warning>If you are not using a `createBrowserRouter` you can skip this</docs-warning>
206206

@@ -211,7 +211,7 @@ When this flag is enabled, loaders will no longer revalidate by default after an
211211
```tsx
212212
createBrowserRouter(routes, {
213213
future: {
214-
v7_skipActionStatusRevalidation: true,
214+
v7_skipActionErrorRevalidation: true,
215215
},
216216
});
217217
```

0 commit comments

Comments
 (0)