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
When updating from 1.4.4 to 1.5.2, I encounter errors when importing with import VueApexCharts from "vue3-apexcharts";:
Package path ./src/vue3-apexcharts is not exported from package /XXXX/node_modules/vue3-apexcharts (see exports field in /XXXX/node_modules/vue3-apexcharts/package.json)
Uncaught (in promise) Error: Cannot find module 'vue3-apexcharts/src/vue3-apexcharts'
An idea of how to deal with it ?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When updating from 1.4.4 to 1.5.2, I encounter errors when importing with
import VueApexCharts from "vue3-apexcharts";
:Package path ./src/vue3-apexcharts is not exported from package /XXXX/node_modules/vue3-apexcharts (see exports field in /XXXX/node_modules/vue3-apexcharts/package.json)
Uncaught (in promise) Error: Cannot find module 'vue3-apexcharts/src/vue3-apexcharts'
An idea of how to deal with it ?
The text was updated successfully, but these errors were encountered: