Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to react-router v7 #1416

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Stub: Enable v7_skipActionErrorRevalidation flag
  • Loading branch information
divergentdave committed Nov 25, 2024
commit 9bec1f1faa77073d55538f9274bd321d42df31b3
1 change: 1 addition & 0 deletions app/src/router.tsx
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@ function buildRouter(apiClient: ApiClient) {
v7_fetcherPersist: true,
v7_normalizeFormMethod: true,
v7_partialHydration: true,
v7_skipActionErrorRevalidation: true,
},
},
);