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
Hey, I'm getting following typescript error when using name attribute on details html element:
Type '{ children: Element[]; name: string; }' is not assignable to type 'DetailsHtmlAttributes<HTMLDetailsElement>'.
Property 'name' does not exist on type 'DetailsHtmlAttributes<HTMLDetailsElement>'.
Hey, I'm getting following typescript error when using
name
attribute ondetails
html element:According to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#name
details
element can havename
attributeThe text was updated successfully, but these errors were encountered: