Subscribe on changes!

In Suspense + transition, when pages changes rapidly gives console error

avatar
Nov 22nd 2023

Vue version

3.3.8

Link to minimal reproduction

https://stackblitz.com/~/github.com/DeepKumbhare85/transition-test

Steps to reproduce

  1. Head to the stackblitz link provided in the issue.
  2. 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.

avatar
Nov 24th 2023

Duplicate with #8105 Please pay attention to the updates of 8105. If 8105 is resolved and your problem still exists, you can open the issue again.