Skip to content

Commit e202767

Browse files
v7_skipActionStatusRevalidation -> v7_skipActionErrorRevalidation in Docs (#12240)
1 parent 3071cfa commit e202767

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
@@ -287,3 +287,4 @@
287287
- yuleicul
288288
- zeromask1337
289289
- zheng-chuang
290+
- andreasottosson-polestar

docs/upgrading/v6.md

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

204-
### v7_skipActionStatusRevalidation
204+
### v7_skipActionErrorRevalidation
205205

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

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

0 commit comments

Comments
 (0)