A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Hello!
I have block with two properties. String and XHtmlString property.
Changes in XHtmlString property not saved.
Steps to reproduce:
1) Write some text in XHtmlString property.
2) Click outside XHtmlString property.
Publish button isn't activated. After page refresh, entered text is lost.
If I write text in String property, click outside, publish button appears. But XHtmlString property value not saved.
How I can save XHtmlString property value:
1) Do changes in String property.
2) Click "Revert to published".
Now XHtmlString property work as expected.