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
Uncaught ReferenceError: require is not defined
at ApexChartsWrapper.ready (generated-flow-imports.cd02bd77.js:2229:622)
at E.ready (FlowClient.fb0b2676.js:3:77461)
at ApexChartsWrapper._enableProperties (generated-flow-imports.cd02bd77.js:196:2486)
at ApexChartsWrapper.connectedCallback (generated-flow-imports.cd02bd77.js:238:1559)
at ApexChartsWrapper.connectedCallback (generated-flow-imports.cd02bd77.js:248:4997)
at C1 (FlowClient.fb0b2676.js:3:12787)
at CE (FlowClient.fb0b2676.js:3:45064)
Versions:
- Vaadin / Flow version: 23.1.1
The text was updated successfully, but these errors were encountered:
Closing this as there is nothing that can be fixed in Flow. Either the Apexcharts PR should be applied or this will work once Flow upgrades to Vite 3 (which currently has some other issues)
Description of the bug
Apexcharts addon from the directory + Vite + Vaadin 23.1.1 works fine in development mode but in production mode you get a JS error
Minimal reproducible example
Expected behavior
A charts should be shown when opening http://localhost:8080
Actual behavior
Versions:
The text was updated successfully, but these errors were encountered: