I noticed that there is a js-side TypeError thrown when I try to add a SVG to a Vaadin Dialog.
The TypeError Message is: “this.draw is undefined”.
(This happens for Dialogs, that directly show the SVG when opening. Dialogs where the user makes a selection before showing an SVG are working fine.)
Anyone noticed this too or knows some workaround?