apexcharts / vue3-apexcharts

📊 Vue-3 component for ApexCharts
MIT License
314 stars 35 forks source link

Apexchart is not work with vue 3 suspense feature #83

Open alokVishu opened 1 year ago

alokVishu commented 1 year ago

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

gijsbertpieterbrouwer commented 10 months ago

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

github-actions[bot] commented 3 months ago

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.