ProseMirror Editor Not Rendering Black Screen Any Fix?

Hi Everyone,

Iam facing an issue where my ProseMirror editor loads as a black screen instead of displaying the editor interface.

The toolbar and surrounding elements render correctly, but the editor itself remains blank or black. This happens inconsistently across different browsers and devices.

Could this be related to CSS conflicts, rendering issues, or memory leaks? Has anyone experienced this black screen issue with ProseMirror before? Any debugging tips would be greatly appreciated. Thanks in advance!

Can you create a reproduction on Codesandbox or Stackblitz? It’s hard to help.

I am seeing something like this in our webview app, but when I use the Chrome inspector it shows the page is rendered properly.

I doubt this is the same issue, and I doubt it’s ProseMirror that’s the cause, but I figured I’d share in case that gives OP any ideas.