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 dc18707 commit a17f6c3Copy full SHA for a17f6c3
packages/next/src/client/app-dir/link.tsx
@@ -437,7 +437,7 @@ export default function LinkComponent(
437
)
438
}
439
440
- if (path && !params && !searchParams) {
+ if (path && !params) {
441
// Check if path appears to have dynamic segments
442
if (path.includes('[') && path.includes(']')) {
443
console.warn(
0 commit comments