Replies: 1 comment 1 reply
-
We had a few issues with the elix library (underlying web component library). This is why a number of changes were made to remove some elix components. I never experimented the symptom you mention (but this was never tested with Angular). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have embedded SVG Editor (v7.3.0) into an angular application. It works fine when I run an angular app in development mode.
But when I build it in prod mode (with optimization: true) - I can see the next warning messages in the browser console:
"u$ called [setState] during rendering, which you should avoid."
And when I try to edit some shapes in the editor - I can see that some toolbar controls (se-spin-input) do not render
input
HTML elements:When running in the angular app without optimization (in develop mode), there are no such messages in the browser console and controls are rendered correctly...
I would appreciate any advice on how to deal with this.
Beta Was this translation helpful? Give feedback.
All reactions