Inline styles not showing up anymore

Good afternoon,

After upgrading prosemirror-model to 1.25.2+ I’m seeing an issue with some inline styles I was adding to the nodes.

The AI is telling me that:

What the prosemirror-model 1.25.2 change does:

Before (1.25.1):

dom.setAttribute(“style”, “border-color: red”)

After (1.25.2):

dom.style.cssText = “border-color: red”

and it’s telling me zeed-dom does not have the logic to handle the cssText update.

Has anyone else run into this issue?

zeed-dom appears to be a library, but it’s not a dependency of ProseMirror, so I’d say this is something caused by your setup.