diff --git a/packages/solid-router/src/link.tsx b/packages/solid-router/src/link.tsx index 4afeb5b9400..131484df5ef 100644 --- a/packages/solid-router/src/link.tsx +++ b/packages/solid-router/src/link.tsx @@ -540,12 +540,6 @@ export const Link: LinkComponent<'a'> = (props: any) => { }) : rest.children - if (typeof local._asChild === 'undefined') { - // the Retlocal.urnType of useLinkProps returns the correct type for a element, not a general component that has a disabled prop - // @ts-expect-error - delete linkProps.disabled - } - return ( {children}