@contentful/rich-text-plain-text-renderer
Advanced tools
Comparing version 16.0.12 to 16.0.13
@@ -13,3 +13,3 @@ "use strict"; | ||
if (blockDivisor === void 0) { blockDivisor = ' '; } | ||
if (!rootNode || !rootNode.content) { | ||
if (!rootNode || !rootNode.content || !Array.isArray(rootNode.content)) { | ||
/** | ||
@@ -16,0 +16,0 @@ * Handles edge cases, such as when the value is not set in the CMA or the |
@@ -389,3 +389,3 @@ 'use strict'; | ||
if (blockDivisor === void 0) { blockDivisor = ' '; } | ||
if (!rootNode || !rootNode.content) { | ||
if (!rootNode || !rootNode.content || !Array.isArray(rootNode.content)) { | ||
/** | ||
@@ -392,0 +392,0 @@ * Handles edge cases, such as when the value is not set in the CMA or the |
{ | ||
"name": "@contentful/rich-text-plain-text-renderer", | ||
"version": "16.0.12", | ||
"version": "16.0.13", | ||
"main": "dist/rich-text-plain-text-renderer.es5.js", | ||
@@ -44,3 +44,3 @@ "typings": "dist/types/index.d.ts", | ||
}, | ||
"gitHead": "63b4725a298fa5ea480f19e06cfc324996941c95" | ||
"gitHead": "cd42e95489da4fcb9221008c7d0cee815ecf9cc3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51390