We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99d5f9 commit 55c6d1cCopy full SHA for 55c6d1c
packages/react-router/lib/router/router.ts
@@ -273,6 +273,8 @@ export interface Router {
273
* reflect the the "old" location unless otherwise noted.
274
*/
275
export interface RouterState {
276
+ // TODO: (v7) should we consider renaming this `navigationType` to align with
277
+ // `useNavigationType` at some point?
278
/**
279
* The action of the most recent navigation
280
0 commit comments