Manuel Thomsen
Manuel Thomsen
Thanks for the super quick response, @fwouts ! I tried disabling all other extensions just now, but the issue persists. Just to be safe, I also restarted my computer. You...
Hi @fwouts Unfortunately, the issue persists. I did notice that Preview.js works just fine on _some_ projects on my machine. This leads me to believe it may have problems with...
Just wanted to mention that we are experiencing the exact same issue since upgrading to Chrome 64. Fortunately, everything still looks fine in the UI, but our tracking service isn’t...
Even though it's a terrible workaround, for anyone who needs this to work without causing errors, adding the following line to the beginning of your script should solve the issue:...
I think that's a good idea :) It would be great to use ResizeObserver for performance reasons in the future, but I would assume that only very few people so...
We have started experiencing the exact same issue. The "Invalid string length" error seems to actually mean that node ran out of memory. Broad overview of our setup: Webpack (^3.11.0),...
In the linked PR (#318), @yunyu mentions a fallback. However, it seems like this fallback is only used if no form type is provided at all! So this will work:...
We're experiencing the same issue. Especially the fact that the API needs to return `undefined` values in the array for all the fields without errors is very different to how...
It looks like this was solved in the very last version of the package. Here's the corresponding PR: https://github.com/unlayer/react-email-editor/pull/218 You can now do: ``` ``` Note that this isn't documented...
We're running into this as well. Building on top of @adomaitisc's solution, here's a component that only replaces the Root component (in this case for the `Dialog`, but could be...