GrapesJS / mjml

Newsletter Builder with MJML components in GrapesJS
http://grapesjs.com/demo-mjml.html
BSD 3-Clause "New" or "Revised" License
624 stars 222 forks source link

Uncaught DOMException: Failed to execute 'setAttribute' on 'Element': 'base64,/9j/...' is not a valid attribute name. #289

Closed esilvap closed 1 year ago

esilvap commented 2 years ago

When trying to add an image to the template, the following error is returned.

image

And that makes the image not add to HTML.

I noticed that the same error happens today in the demo grapes-mjml from what i can tell this happens in newer versions of chrome

I cannot figure out what is causing this. Please help.