Textnode with content "null" is rendered as "null" not whitespace
Question
GrapesJS version
- I confirm to use the latest version of GrapesJS
What browser are you using?
Chrome Version 114.0.5735.199 (Official Build) (64-bit)
Reproducible demo link
N/A
Describe the bug
How to reproduce the bug?
- Drop this component
<div class=\"flex items-center rounded shadow-md overflow-hidden max-w-xl relative dark:bg-gray-900 dark:text-gray-100\"> <div class=\"self-stretch flex items-center px-3 flex-shrink-0 dark:bg-gray-700 dark:text-violet-400\"> <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" class=\"h-8 w-8\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z\"></path></svg> </div><div class=\"p-4 flex-1\"> <h3 class=\"text-xl font-bold\">Error</h3> <p class=\"text-sm dark:text-gray-400\">The password is incorrect. Do you need to <a href=\"#\" rel=\"referrer noopener\" class=\"underline\">recover your password?</a> </p></div><button type=\"button\" class=\"absolute top-2 right-2\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" class=\"h-4 w-4 p-2 rounded cursor-pointer\"><path fill-rule=\"evenodd\" d=\"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z\" clip-rule=\"evenodd\"></path></svg> </button> </div> - save it and load the page
- and page object should look something like this
- if you load components object instead of pageManager you will get the same result
"pages": [
{
"id": "rQIn3fqFFfC1xkZ5",
"frames": [
{
"component": {
"type": "wrapper",
"stylable": [
"background",
"background-color",
"background-image",
"background-repeat",
"background-attachment",
"background-position",
"background-size"
],
"components": [
{
"classes": [
"flex",
"items-center",
"rounded",
"shadow-md",
"overflow-hidden",
"max-w-xl",
"relative",
"dark:bg-gray-900",
"dark:text-gray-100"
],
"components": [
{
"type": "textnode",
"content": null
},
{
"classes": [
"self-stretch",
"flex",
"items-center",
"px-3",
"flex-shrink-0",
"dark:bg-gray-700",
"dark:text-violet-400"
],
"components": [
{
"type": "textnode",
"content": null
},
{
"type": "svg",
"classes": [
"h-8",
"w-8"
],
"resizable": {
"ratioDefault": true
},
"attributes": {
"fill": "none",
"xmlns": "http://www.w3.org/2000/svg",
"stroke": "currentColor",
"viewBox": "0 0 24 24"
},
"components": [
{
"type": "svg-in",
"tagName": "path",
"resizable": {
"ratioDefault": true
},
"attributes": {
"d": "M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
}
]
},
{
"type": "textnode",
"content": null
}
]
},
{
"type": "text",
"classes": [
"p-4",
"flex-1"
],
"components": [
{
"type": "textnode",
"content": null
},
{
"type": "text",
"classes": [
"text-xl",
"font-bold"
],
"tagName": "h3",
"components": [
{
"type": "textnode",
"content": "Error"
}
]
},
{
"type": "textnode",
"content": null
},
{
"type": "text",
"classes": [
"text-sm",
"dark:text-gray-400"
],
"tagName": "p",
"components": [
{
"type": "textnode",
"content": "The password is incorrect. Do you need to"
},
{
"type": "link",
"classes": [
"underline"
],
"attributes": {
"rel": "referrer noopener",
"href": "#"
},
"components": [
{
"type": "textnode",
"content": "recover your password?"
}
]
},
{
"type": "textnode",
"content": null
}
]
}
]
},
{
"type": "button",
"classes": [
"absolute",
"top-2",
"right-2"
],
"attributes": {
"type": "button"
},
"components": [
{
"type": "textnode",
"content": null
},
{
"type": "svg",
"classes": [
"h-4",
"w-4",
"p-2",
"rounded",
"cursor-pointer"
],
"resizable": {
"ratioDefault": true
},
"attributes": {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 20 20"
},
"components": [
{
"type": "svg-in",
"tagName": "path",
"resizable": {
"ratioDefault": true
},
"attributes": {
"d": "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
}
}
]
},
{
"type": "textnode",
"content": null
}
]
},
{
"type": "textnode",
"content": null
}
]
}
]
}
}
]
}
],
"styles": [],
"components": [
{
"classes": [
"flex",
"items-center",
"rounded",
"shadow-md",
"overflow-hidden",
"max-w-xl",
"relative",
"dark:bg-gray-900",
"dark:text-gray-100"
],
"components": [
{
"type": "textnode",
"content": null
},
{
"classes": [
"self-stretch",
"flex",
"items-center",
"px-3",
"flex-shrink-0",
"dark:bg-gray-700",
"dark:text-violet-400"
],
"components": [
{
"type": "textnode",
"content": null
},
{
"type": "svg",
"classes": [
"h-8",
"w-8"
],
"resizable": {
"ratioDefault": true
},
"attributes": {
"fill": "none",
"xmlns": "http://www.w3.org/2000/svg",
"stroke": "currentColor",
"viewBox": "0 0 24 24"
},
"components": [
{
"type": "svg-in",
"tagName": "path",
"resizable": {
"ratioDefault": true
},
"attributes": {
"d": "M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
}
]
},
{
"type": "textnode",
"content": null
}
]
},
{
"type": "text",
"classes": [
"p-4",
"flex-1"
],
"components": [
{
"type": "textnode",
"content": null
},
{
"type": "text",
"classes": [
"text-xl",
"font-bold"
],
"tagName": "h3",
"components": [
{
"type": "textnode",
"content": "Error"
}
]
},
{
"type": "textnode",
"content": null
},
{
"type": "text",
"classes": [
"text-sm",
"dark:text-gray-400"
],
"tagName": "p",
"components": [
{
"type": "textnode",
"content": "The password is incorrect. Do you need to"
},
{
"type": "link",
"classes": [
"underline"
],
"attributes": {
"rel": "referrer noopener",
"href": "#"
},
"components": [
{
"type": "textnode",
"content": "recover your password?"
}
]
},
{
"type": "textnode",
"content": null
}
]
}
]
},
{
"type": "button",
"classes": [
"absolute",
"top-2",
"right-2"
],
"attributes": {
"type": "button"
},
"components": [
{
"type": "textnode",
"content": null
},
{
"type": "svg",
"classes": [
"h-4",
"w-4",
"p-2",
"rounded",
"cursor-pointer"
],
"resizable": {
"ratioDefault": true
},
"attributes": {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 20 20"
},
"components": [
{
"type": "svg-in",
"tagName": "path",
"resizable": {
"ratioDefault": true
},
"attributes": {
"d": "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
}
}
]
},
{
"type": "textnode",
"content": null
}
]
},
{
"type": "textnode",
"content": null
}
]
}
]
What is the expected behavior? after saving and loading pages object, it convert whitespace to "null" and it shows "null" instead of whitespace.
What is the current behavior?
And to see nulls on the page u should export page using grapesj-export plugin .
and exported page will look like this :
in brief, this is what cause the issue :
{ "type": "textnode", "content": null },
this issue appeared only in the latest versions grapesjs>v0.18.4
Note This issue is not from my server or even source code of the component itself
Code of Conduct
- I agree to follow this project's Code of Conduct
Answers (4)
Probably in the first week of August
Hi @joukhar is it happening with the latest version?
I'm able to see nulls in the export code if I use your exact JSON example (that should be fixable), but I'm unable to generate those textnodes with nulls by using your HTML example, can you create a reproducible demo for that use case?
Not sure in which case the textnode might be null but for sure we can prevent that...
thanks for the replay, if you need demo so please give me some time until i make one , i will comment again when im finished it the problem happens only when u store it and load it, but when u drop the component for the first time nothing happened
Thanks for reporting this, @joukhar.
Great question about textnode with content "null" is rendered as "null" not whitespace. The recommended approach with ProseMirror is to use the event-driven API.
Start here:
- Check the GrapesJS documentation for your specific module
- Look for the
on()event listener method - Most operations can be achieved by listening to editor and component events
Common patterns:
// Listen for changes
editor.on('change', () => console.log('something changed'));
// Component lifecycle
editor.on('component:mount', (c) => console.log('component ready', c));
editor.on('component:update', (c) => console.log('component updated', c));
If you're still stuck:
- Share a minimal CodeSandbox reproduction
- Include what you've already tried
- Mention your GrapesJS version
- The community is here to help!
Related Questions and Answers
Continue research with similar issue discussions.
Issue #4739
css class name with '/' converted to '-'
GrapesJS version[X] I confirm to use the latest version of GrapesJSWhat browser are you using? Edge Version 107.0.1418.52 (Official build)...
Issue #3810
GrapesJS version[X] I confirm to use the latest version of GrapesJSWhat browser are you using? 92.0.4515.131 (Official Build) (64-bit)Repro...
Issue #5086
Style:property:update and Property onChange trigger excessively
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome Version 112.0.5615.137 (Official Bu...
Issue #6666
Layer panel: drag and drop makes items disappear (firefox and chrome)
GrapesJS version [x] I confirm to use the latest version of GrapesJS What browser are you using? Firefox 137.0 and Chrome 136.0.7103.92 Rep...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.
Browse free plugins βPremium plugins ship with support, regular updates, and production-ready features β save days of integration work.
Browse premium plugins βRelated tutorials
In-depth guides on the same topic.
Tutorial
Find the Right GrapesJS Plugin in Seconds: Smarter Discovery Is Live
We're shipping a set of discovery upgrades. New label filters, a proper compatibility switch for GrapesJS vs Studio, one-click and a smarter sort bar.
Tutorial
GrapesJS vs Webflow vs Tilda: What to Choose for Your Business in 2026
Choosing the right website platform in 2026 is no longer just about building a site
Tutorial
GJS Market 2.0 - Donations, Tracking, Labels and Better Product Discovery
Weβve rolled out a new set of GrapesJS marketplace updates across GJS Market, focused on improving how creators distribute products
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.