fix: add imageContainer reference in rte

This commit is contained in:
Christel Westerberg
2024-07-04 10:33:49 +02:00
parent 55a71f001f
commit 6184662caa
14 changed files with 252 additions and 25 deletions

View File

@@ -10,7 +10,6 @@ export default function JsonToHtml({
if (!Array.isArray(nodes) || !nodes.length) {
return null
}
console.log({ nodes })
return (
<section style={{ display: "grid", gap: "var(--Spacing-x3" }}>
{nodesToHtml(nodes, embeds, renderOptions).filter(Boolean)}