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.
I'm guessing you want to use CDATA because you have characters like '<' and '>' inside your text? The workaround is then to replace < with < and > with > inside the language files.