Narrow meta.description (typed unknown) to a string value safe to pass into JSX aria-label. Returns undefined for non-string or empty-string descriptions so React drops the attribute rather than stringifying e.g. {} to "[object Object]".
meta.description
unknown
aria-label
undefined
{}
"[object Object]"
Narrow
meta.description(typedunknown) to a string value safe to pass into JSXaria-label. Returnsundefinedfor non-string or empty-string descriptions so React drops the attribute rather than stringifying e.g.{}to"[object Object]".