prismic-dom
prismic-dom copied to clipboard
TypeError: Cannot read properties of undefined (reading 'length')
We always get this error, when we run below,
PrismicDOM.RichText.asHtml([{
type: 'paragraph',
content: {
text: "Sample para text",
spans: [],
},
}]),
For,
"prismic-dom": "^2.2.7"