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

Transition and Suspense components are not compatible with some library like (ApexChart and Mapbox) #8967

Closed
alokVishu opened this issue Aug 14, 2023 · 3 comments

Comments

@alokVishu
Copy link

Vue version

3.3.4

Link to minimal reproduction

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

Steps to reproduce

Just navigate between pages and check the console. When you refresh the browser all errors are gone.

What is expected?

It should be work with apex chart and Mapbox js be working

What is actually happening?

I am encountering issues while attempting to simultaneously integrate ApexCharts and Mapbox.js within a Vue.js application, particularly when employing Vue transitions and suspense. When I combine all these components, it results in errors. However, the application functions correctly if I remove either the component transitions or the suspense feature. The problem arises from using these elements in conjunction.

System Info

System:
    OS: macOS 13.4.1
    CPU: (8) arm64 Apple M1
    Memory: 84.50 MB / 8.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.12.1 - ~/.nvm/versions/node/v18.12.1/bin/node
    Yarn: 1.22.19 - ~/.nvm/versions/node/v18.12.1/bin/yarn
    npm: 8.19.2 - ~/.nvm/versions/node/v18.12.1/bin/npm
    pnpm: 8.6.11 - ~/.nvm/versions/node/v18.12.1/bin/pnpm
  Browsers:
    Chrome: 115.0.5790.170
    Safari: 16.5.2
  npmPackages:
    vue: ^3.3.4 => 3.3.4

Any additional comments?

No response

@Shyam-Chen
Copy link
Contributor

Unable to reproduce this issue.

image

@alokVishu
Copy link
Author

@Shyam-Chen,

Please find the reproduction video.

c67e331b-c3d3-49b7-9151-550846b92093.mp4

@alokVishu
Copy link
Author

alokVishu commented Aug 29, 2023

Duplicate #5844

@alokVishu alokVishu closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants