Skip to content

Commit

Permalink
update react-router-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
jimniels committed Jan 6, 2025
1 parent 7b53c19 commit acf038e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
},
"dependencies": {
"@ory/kratos-client": "^1.2.1",
"react-router-dom": "^6.28.1",
"vitest": "^1.5.0",
"zod": "^3.23.8"
},
Expand Down
4 changes: 4 additions & 0 deletions quadratic-client/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ export const router = createBrowserRouter(
{
future: {
v7_fetcherPersist: true,
v7_relativeSplatPath: true,
v7_normalizeFormMethod: true,
v7_partialHydration: true,
v7_skipActionErrorRevalidation: true,
},
}
);
Expand Down

0 comments on commit acf038e

Please sign in to comment.