A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
I think the content is acutally rendered. But since it's XhtmlString it might not show up "correctly" in F12 tools since not all elements are valid to place inside an H1 tag. What happens if you render MainBody outside the H1?
I wouldn't recommend allowing formatting (XhtmlString) inside a header.
Hi,