apexcharts/vue3-apexcharts

Apexchart is not work with vue 3 suspense feature

alokVishu opened this issue · 2 comments

Hello,

I have faced a weird issue while using the apex chart with Apexchart with Vue 3 suspense components. Please find the error screenshot and reproduction project.
image

Please let me know if anyone knows how to solve this.
Archive.zip

Live Playground : https://stackblitz.com/edit/vitejs-vite-3ktpen?file=src%2Fmain.js,src%2Fcomponents%2FHelloWorld.vue,src%2Fcomponents%2FAbout.vue,src%2FApp.vue&terminal=dev

Don't use the Suspense component since it is still an experimental feature.
You are better with handling your async callings and using an v-if statement