So I’m trying to integrate the OrgChart add-on here into my app. I see the docs here. I have added in the web-toolkit module as instructed but it then says:
Then click the New UI component link. The UI component generation page will open. Select the Vaadin add-on value in the Component type section.
But I do not understand how the New UI component link translates to the new IntelliJ studio. In the previous studio there was an obvious link to add in a new UI component but I cannot find its counterpart in this new one.
So using studio 6.10.3, I was able to add in the OrgChart add-on. And I’m able to reference the add-on from a screen controller. So that’s good. But now when I try to start the server, I get this error:
App component descriptor was not found in ‘com/flowingcode/vaadin/addons/app-component.xml’
I’ve done some reading here but I’m not understanding the need for the app-component file in this context.