Closed IgorIlgiyaev closed 2 months ago
See also #95 and #96
Just saw now and it is not fixed from what they wrote.
No news about this ?
Some news about it??, I'm working with this and now my build brokes for this reason
š
Little "hack" while the real solution
// eslint-disable-next-line
// @ts-ignore
import VueApexCharts from 'vue3-apexcharts';
Little "hack" while the real solution
// eslint-disable-next-line // @ts-ignore import VueApexCharts from 'vue3-apexcharts';
I did that too until the release comes out. š
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.
This should be fixed with v1.5.3
Could not find a declaration file for module 'vue3-apexcharts'. '/Users/igorilgiyaev/VScode/gigjockeyapp/node_modules/vue3-apexcharts/dist/vue3-apexcharts.js' implicitly has an 'any' type. There are types at '/Users/igorilgiyaev/VScode/gigjockeyapp/node_modules/vue3-apexcharts/typings/vue-apexcharts.d.ts', but this result could not be resolved when respecting package.json "exports". The 'vue3-apexcharts' library may need to update its package.json or typings.
src/plugins/index.ts(16,27): error TS7016: Could not find a declaration file for module 'vue3-apexcharts'. '/home/runner/work/gigjockeyapp/gigjockeyapp/node_modules/vue3-apexcharts/dist/vue3-apexcharts.js' implicitly has an 'any' type. There are types at '/home/runner/work/gigjockeyapp/gigjockeyapp/node_modules/vue3-apexcharts/typings/vue-apexcharts.d.ts', but this result could not be resolved when respecting package.json "exports". The 'vue3-apexcharts' library may need to update its package.json or typings. ERROR: "type-check" exited with 2.
Reverted for 1.4.4 for now