Trying to use PDF Viewer Component in Vaadin flow version 24.3.3
Getting this error:
The component class com.ali.views.StmtsView includes '@vaadin-component-factory/vcf-pdf-viewer/vcf-pdf-viewer.js' but this file was not included when creating the production bundle. The component will not work properly. Check that you have a reference to the component and that you are not using it only through reflection. If needed add a @uses(StmtsView.class) where it is used.
What am I missing ? Checked the demo project on github also, usage is same like this?