Hi, does this work with Vaadin 14? I tried to add it a Vertical Layout and

Hi, does this work with Vaadin 14? I tried to add it a Vertical Layout and it doesn’t let me. I receive a
The constructor VerticalLayout(Gantt) is undefined
because Gantt doesn’t extend from a Component but an AbstractComponent( which is Vaadin v8 class?)

Apparently there is a difference in components between v8 and v10
v10 - Custom created components extends from Components class
v8 - Custom created components like this Gantt chart extends AbstractComponent Class which implements a Component

And they aren’t backward compatible. Any help?

Same problem. I’m using vaadin 14 LTS, and many cool addons like this I cannot use with vaadin 14, possibly faster to rewrite my application under vaadin 8 and then use this addon. Unfortunately vaadin 8 is more complicated for me and not commodious. Dear Tomi Virtanen, please add support for latest stable vaadin versions.