prismic-dom icon indicating copy to clipboard operation
prismic-dom copied to clipboard

TypeError: Cannot read properties of undefined (reading 'length')

Open aniruddhashevle opened this issue 1 year ago • 0 comments

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"

aniruddhashevle avatar Dec 08 '23 04:12 aniruddhashevle