mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 19:06:31 +00:00
Fix insights prop passed to Link (#2760)
This commit is contained in:
@@ -57,7 +57,7 @@ export const Link = React.forwardRef(function Link(
|
||||
}
|
||||
|
||||
return (
|
||||
<NextLink ref={ref} {...props} onClick={onClick}>
|
||||
<NextLink ref={ref} href={href} prefetch={prefetch} {...domProps} onClick={onClick}>
|
||||
{children}
|
||||
</NextLink>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user