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 have a property settings class which inherits PropertySettingsBase. I now added a new property to it and a control to edit ti to it's associated GUI. But of course it can't be saved because my property settings class will be stored in the DDS which now has an outdated map which doesn't include the new property. So I decorated the class like this: