We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.5.13
https://github.com/huang-julien/vue-transition-suspense-repro https://stackblitz.com/github/huang-julien/vue-transition-suspense-repro?file=README.md
swap
DOM Nodes should be flushed
It seems like DOM Nodes are kept in a pending branch of Suspense.
We also have this issue with nuxt's pages when enabling transitions. Curiously, JS heap mem seems to flush correctly.
original issue: nuxt/nuxt#30718
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vue version
3.5.13
Link to minimal reproduction
https://github.com/huang-julien/vue-transition-suspense-repro
https://stackblitz.com/github/huang-julien/vue-transition-suspense-repro?file=README.md
Steps to reproduce
swap
button a lot of timesWhat is expected?
DOM Nodes should be flushed
What is actually happening?
It seems like DOM Nodes are kept in a pending branch of Suspense.
We also have this issue with nuxt's pages when enabling transitions. Curiously, JS heap mem seems to flush correctly.
System Info
Any additional comments?
original issue: nuxt/nuxt#30718
The text was updated successfully, but these errors were encountered: