Hello experts,
We are using the “SlideTab for Vaadin 24+” component from Add-on directory in our project and trying to apply it in various view. But our implementation does not work properly in production mode. The component can only be loaded properly in one specific view. In other views, the js file can not be load.
I tried putting @Uses(SlideTab.class) in MainLayout, the parent view (@Route view), AppShellConfigurator but none of them work.
Which class should I look into to trace this issue? Or are there any place that I can put @Uses to make the component load properly in all view ?
Thanks in advance
Tam Nguyen Minh