Skip to content

Commit 85e2bd7

Browse files
authored
Update src/components/Link.tsx
1 parent 31bc452 commit 85e2bd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Link.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export const BaseLink = forwardRef(function Link(
5757
const { flipForRtl } = useRtlFlip()
5858

5959
if (!href) {
60-
console.warn(children)
6160
console.warn("Link component is missing href prop")
6261
return <ChakraLink {...props} />
6362
}

0 commit comments

Comments
 (0)