Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Link href prop #300

Closed
albertms10 opened this issue Oct 4, 2020 · 0 comments · Fixed by #301
Closed

Missing Link href prop #300

albertms10 opened this issue Oct 4, 2020 · 0 comments · Fixed by #301

Comments

@albertms10
Copy link
Contributor

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant