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 believe that data gets rendered as the attribute data-epi-property-rendersettings on the DOM node for that property.
We have exactly the same issue and we would would also like to know how to solve it.
All we like to do is pass data from our MVC pageview to a Block (controller).
Thanks in advance!
@Html.PropertyFor(m => m.Section1, additionalViewData:new { @class = "my-class"})The ViewData object is always emtpy. And from what I can see in the code it doesn't seem to be used by EPiServer either. Is this a bug or a not supported feature?