I noticed that there is a js-side TypeError thrown when I try to add a SVG

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?

I opened up an issue on github just in case:
https://github.com/vaadin-component-factory/svg/issues/10