--- interface Props { className?: string | null; children?: string | null; } const { className, children: propText } = Astro.props; console.log(Astro.props); const text = propText ?? "undefined behaviors"; ---
{text} {text} {text}