You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see this bug is fixed on preview version of vue,but I use the lasted version , seams that it still exist.
"vue": "^3.1.2",
"vue-router": "^4.0.10"
diff of dom is here:
Steps to reproduce
create two route: / and about
switch page / and about on page index and about
after repeat two times , error will occured
What is expected?
route can normally switched
What is actually happening?
[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug.
The text was updated successfully, but these errors were encountered:
fyeeme
changed the title
[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug
[version 3.1.2]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug
Jun 30, 2021
Version
3.1.2
Reproduction link
https://codesandbox.io/embed/cocky-gareth-owy2s?fontsize=14&hidenavigation=1&theme=dark
I see this bug is fixed on preview version of vue,but I use the lasted version , seams that it still exist.
diff of dom is here:
Steps to reproduce
create two route: / and about
/
andabout
on page index and aboutWhat is expected?
route can normally switched
What is actually happening?
[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug.
The text was updated successfully, but these errors were encountered: