diff --git a/packages/link/src/LinkEx.tsx b/packages/link/src/LinkEx.tsx index c5e95fb2..1d388c38 100644 --- a/packages/link/src/LinkEx.tsx +++ b/packages/link/src/LinkEx.tsx @@ -15,6 +15,7 @@ export const LinkEx = forwardRef(({ target, href, to, + toOptions, ...props }, ref) => { const userEvents = useUserEvents() @@ -44,7 +45,7 @@ export const LinkEx = forwardRef(({ } } return to - ? + ? : })