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,
We have site running EPiServer CMS 10.8.0 and get trouble when trying to render two or more XHtmlString properties via PropertyFor/DisplayFor.
This is the stacktrace given:
If we instead render it via @Html.XhtmlSting(Model.Property) or just @Model.Property it works fine. So the workaround atm is to just do this:
But it would be great if PropertyFor would work so does anyone have any idea on how to fix the problem?