You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice work with the library, trying to pass a string of HTML file to this email_design_json = Unlayer2be.fromHtml(html); but I am getting the following error:
Uncaught TypeError: Cannot read properties of undefined (reading 'parentElement') at html2Unlayer.js:39:1 at Array.map (<anonymous>) at Html2Unlayer.getColumns (html2Unlayer.js:36:1) at html2Unlayer.js:159:1 at Array.map (<anonymous>) at Html2Unlayer.getDesign (html2Unlayer.js:153:1) at Function.__webpack_modules__../node_modules/unlayer2be/lib/src/utils/unlayer2be.js.Unlayer2be.fromHtml (unlayer2be.js:26:1) at FileReader.fr.onload (dashboard.js:273:1)
What could be the solution?
The text was updated successfully, but these errors were encountered:
Nice work with the library, trying to pass a string of HTML file to this email_design_json = Unlayer2be.fromHtml(html); but I am getting the following error:
Uncaught TypeError: Cannot read properties of undefined (reading 'parentElement') at html2Unlayer.js:39:1 at Array.map (<anonymous>) at Html2Unlayer.getColumns (html2Unlayer.js:36:1) at html2Unlayer.js:159:1 at Array.map (<anonymous>) at Html2Unlayer.getDesign (html2Unlayer.js:153:1) at Function.__webpack_modules__../node_modules/unlayer2be/lib/src/utils/unlayer2be.js.Unlayer2be.fromHtml (unlayer2be.js:26:1) at FileReader.fr.onload (dashboard.js:273:1)
What could be the solution?
Thanks for your feedback, working on resolving bug!.
Hello,
Nice work with the library, trying to pass a string of HTML file to this
email_design_json = Unlayer2be.fromHtml(html);
but I am getting the following error:Uncaught TypeError: Cannot read properties of undefined (reading 'parentElement') at html2Unlayer.js:39:1 at Array.map (<anonymous>) at Html2Unlayer.getColumns (html2Unlayer.js:36:1) at html2Unlayer.js:159:1 at Array.map (<anonymous>) at Html2Unlayer.getDesign (html2Unlayer.js:153:1) at Function.__webpack_modules__../node_modules/unlayer2be/lib/src/utils/unlayer2be.js.Unlayer2be.fromHtml (unlayer2be.js:26:1) at FileReader.fr.onload (dashboard.js:273:1)
The text was updated successfully, but these errors were encountered: