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.
Hello!
I'm currently working on a project where I need to put multiple blocks in a contentarea, each block can have it's own look. It's an UL/LI list where each block is rendered as an <li>. I have followed joel abrahamsson example at: http://joelabrahamsson.com/custom-rendering-of-content-areas/ and i works like a charm... almost!
When page is published and I drag one block to another place no changes is made in the GUI ( but page is saved in the background and if I publish it, it looks like it should with moved blockes at the right place ). If I'm on a edited page and drag blocks around... the blocks are moveing immediatly like they should... so... does anyone know why FIRST drag doesn't update the GUI on a published page until next try when it is in "unpublished-mode".