PeterKarpinski

Results 1 comments of PeterKarpinski

I had the same issue and fixed it by first loading blank design. (a bit hacky solution) ``` useEffect(() => { unlayer.loadBlank() unlayer.loadDesign({ html: template.body, classic: true, }) } },...