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.
To
1 parent 38359a9 commit 50241bfCopy full SHA for 50241bf
contributors.yml
@@ -59,6 +59,7 @@
59
- shihanng
60
- shivamsinghchahar
61
- tanayv
62
+- srmagura
63
- thisiskartik
64
- ThornWu
65
- timdorr
docs/components/link.md
@@ -26,7 +26,7 @@ interface LinkProps
26
reloadDocument?: boolean;
27
}
28
29
-type To = Partial<Location> | string;
+type To = string | Partial<Path>;
30
```
31
32
</details>
docs/utils/resolve-path.md
@@ -13,7 +13,7 @@ declare function resolvePath(
13
fromPathname?: string
14
): Path;
15
16
17
18
interface Path {
19
pathname: string;
0 commit comments