Specific reserved DOM elements do not support ARIA roles, states, and properties.
Those elements generally are either not visible (like meta, script, style) or have specific semantic meaning (like body or html).
Indicates whether the element is exposed to an accessibility API.
@see ― aria-disabled.
aria-hidden="false" />
Error ts(2322) ― Type '{ charset: string; "aria-hidden": "false"; }' is not assignable to type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>'.
Property 'charset' does not exist on type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>'. Did you mean 'charSet'?
Error ts(2322) ― Type '{ charset: string; }' is not assignable to type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>'.
Property 'charset' does not exist on type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>'. Did you mean 'charSet'?