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'
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 ?