Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apexchart is not work with vue 3 suspense feature #83

Open
alokVishu opened this issue Aug 14, 2023 · 2 comments
Open

Apexchart is not work with vue 3 suspense feature #83

alokVishu opened this issue Aug 14, 2023 · 2 comments

Comments

@alokVishu
Copy link

alokVishu commented Aug 14, 2023

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
Copy link

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

Copy link

github-actions bot commented Aug 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants