-
-
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
Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. #10815
Comments
Value returned by |
I'm aware of this, but I think that since the Or am I understanding that you mean, since Vue has already thrown an error, it will not update the page anymore? |
Since the current component has thrown an error, it will no longer update this component. Other components on the page will update normally |
As @bsuooo said. |
Vue version
3.4.21
Link to minimal reproduction
https://github.com/dongdong12138/vue3-bug-report
Steps to reproduce
What is expected?
I expect that after the
loading
data changes, the page’s loading status can be updated.What is actually happening?
When I modify the value of
loading
in thefinally
block, it indeed changes, but the page remains in the loading state. In my project, loading is an overlay effect, which causes the overlay to not disappear even though the value ofloading
has been changed tofalse
.System Info
No response
Any additional comments?
BTW, In my demo, when I comment out
v-show
, there are no more warnings or errors in the console.The text was updated successfully, but these errors were encountered: