You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component class xxxxxxx includes '@vaadin-component-factory/vcf-pdf-viewer/vcf-pdf-viewer.js' but this file was not included when creating the production bundle
#50
Open
talhabwp opened this issue
Feb 5, 2024
· 0 comments
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: