{Children.count(children) === 1 && isValidElement(children)
? cloneElement(children, {
// @ts-ignore
list: examples.length > 0 ? examplesId : undefined,
})
: children}
{examples.length > 0 && (
)}
{descriptionPlacement === "bottom" && Description}
{errorPlacement === "bottom" && Errors}