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.
if (CurrentPage.Property.Exists("SiteFooter"))
Becomes in 5.1:
if (CurrentPage.Property["SiteFooter"] != null)