-
Notifications
You must be signed in to change notification settings - Fork 2.9k
<transition-group> children must be keyed: <div> #144
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
Comments
@afuno , this message is from transition-group. |
@afuno , any feedback on this? |
@David-Desmaisons yes. You helped. Thank you :) |
so how you fixed it? care to share it? because i encounter same problem |
@rgalaxy I had the same problem and it was indeed an issue with My original code was
But
Hope this helps! |
I got the same error and had all elements in v-for correctly keyed. But I forgot that I had added one
The problem was the only last
Everything worked fine. |
i encounter it, too |
为啥? |
怎么解决?? |
because |
The perfect solution to this problem is that the value of the set key is undefined, which is why this problem exists. The key that needs to be bound has a value |
Slim:
HTML:
Without this part of the code, everything works:
<transition-group>
.Once I put the code in it, I get an error:
I do not understand what this phrase means:
What should I do with the
div
? I placed thediv
before and after thetransition-group
. It did not change anything.The text was updated successfully, but these errors were encountered: