You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript does not recognize the href prop from the Link component.
Type '{ href: string; }' is not assignable to type 'IntrinsicAttributes & { inline?: boolean; disabled?: boolean; visited?: boolean; ref?: HTMLParagraphElement | HTMLAnchorElement; }'.
Property 'href' does not exist on type 'IntrinsicAttributes & { inline?: boolean; disabled?: boolean; visited?: boolean; ref?: HTMLParagraphElement | HTMLAnchorElement; }'. Did you mean 'ref'? ts(2322)
The text was updated successfully, but these errors were encountered:
TypeScript does not recognize the
href
prop from theLink
component.The text was updated successfully, but these errors were encountered: