In Suspense + transition, when pages changes rapidly gives console error
Vue version
3.3.8
Link to minimal reproduction
https://stackblitz.com/~/github.com/DeepKumbhare85/transition-test
Steps to reproduce
- Head to the stackblitz link provided in the issue.
- Try switching the pages(home, about) rapidly. You can see the console error of uncaught DOMException.
You can also refer to below screen recording
https://github.com/vuejs/core/assets/92006556/6f164da6-ebb3-4493-9850-be45fd5b1dcc
What is expected?
There shouldn't be any error in console while switching pages rapidly.
What is actually happening?
Console error of uncaught DOMException while switching pages.