We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa7ad8 commit cba21e3Copy full SHA for cba21e3
packages/react-router/src/link.tsx
@@ -11,7 +11,7 @@ import {
11
useIntersectionObserver,
12
} from './utils'
13
import { exactPathTest, removeTrailingSlash } from './path'
14
-import type { AnyRouter, ParsedLocation } from '.'
+import type { ParsedLocation } from './location'
15
import type { HistoryState } from '@tanstack/history'
16
import type {
17
AllParams,
@@ -26,7 +26,7 @@ import type {
26
RouteToPath,
27
TrailingSlashOptionByRouter,
28
} from './routeInfo'
29
-import type { RegisteredRouter } from './router'
+import type { AnyRouter, RegisteredRouter } from './router'
30
31
Expand,
32
MakeDifferenceOptional,
0 commit comments