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 0e3e07b commit f0eca99Copy full SHA for f0eca99
tests/typings.tsx
@@ -112,7 +112,7 @@ const TestLinkWrongPathType = (
112
const TestLinkWithoutPaths = <Link href="/users/:id">Link</Link>;
113
114
const RootWithQueryString = (
115
- <Link href="/?text=string[]!" query={{ text: [1] }}>
+ <Link href="/?text=string[]!" query={{ text: ["1"] }}>
116
Link
117
</Link>
118
);
0 commit comments