#Property 'popover' does not exist on type 'HTMLAttributes<HTML

1 messages · Page 1 of 1 (latest)

warm raven
#

Hello, I need help extending the type definitions for the popover attribute.

Inside a component I have a <p> element with <p popover>, but the error "Property 'popover' does not exist on type 'HTMLAttributes<HTMLParagraphElement>'" keeps showing up. How can I extend the types for HTMLAttributes with { popover?: string }?

hollow girder
#

Yeah - i had this issue recently. It would probably be worth opening a issue with the team (I’d do it but am on vacation atm)

keen fossil
#

Having the same issue.