-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Cannot use v-for in the slot #2715
Comments
I don't get an error (could be a cache problem of Codesandbox) but you are using the same |
Thanks, updated the new code is not a problem with key |
Sorry, just debugging the code. I have updated the code https://codesandbox.io/s/nice-shaw-8b9cv on this link |
Version
3.0.4
Reproduction link
https://codesandbox.io/s/nice-shaw-8b9cv
Steps to reproduce
When using v-for in the slot, if the initial list object = [], an error will be reported directly in the subsequent push
What is expected?
Correctly perform responsive rendering
What is actually happening?
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
Found this problem in 3.0.4
The text was updated successfully, but these errors were encountered: