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
<divpopoverid="my-popover">Greetings, one and all!</div>
I get the following error:
error TS2322: Type '{ children: Element[]; popover: true; class: string; }' is not assignable to type 'HtmlTag'.
Property 'popover' does not exist on type 'HtmlTag'.
Steps to Reproduce
Use the popover attribute in a HTML tag.
Expected Behavior
The popover attribute is typed as 'auto' | 'manual'.
The text was updated successfully, but these errors were encountered:
Prerequisites
Versions
4.1.0
Description
When I want to use the popover attribute, e.g.:
I get the following error:
Steps to Reproduce
Use the
popover
attribute in a HTML tag.Expected Behavior
The
popover
attribute is typed as'auto' | 'manual'
.The text was updated successfully, but these errors were encountered: