-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Getting "Unhandled error during execution of scheduler flush. This is likely a Vue internals bug." #3470
Comments
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server or StackOverflow. Please do not open issues with fake reproductions like that one using Vue 1 |
Well, this is a bug that occurs when using Vue 3.0.7.
|
ok, my bad: I was using |
Version
3.0.7
Reproduction link
https://jsfiddle.net/pez641n5/2/
Steps to reproduce
Click on any of the list items.
The error message "Unhandled error during execution of scheduler flush. This is likely a Vue internals bug.Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next" is shown, and the selected text is not shown in the input.
What is expected?
When clicking on an item, it is shown in the input.
What is actually happening?
Getting the mentiuoned error message, and the text is not shown in the input.
The text was updated successfully, but these errors were encountered: