Skip to content

Missing href prop in ClickableTile #253

@albertms10

Description

@albertms10

The ClickableTile component should define an href prop, as it uses it to add a link to the DOM element.

TypeScript warns about it:

Type '{ href: string; }' is not assignable to type 'IntrinsicAttributes & { clicked?: boolean; light?: boolean; }'.
  Property 'href' does not exist on type 'IntrinsicAttributes & { clicked?: boolean; light?: boolean; }'. ts(2322)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingsevereBlocking issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions