[Vue warn]: <TransitionGroup> children must be keyed.
Version
3.2.19
Reproduction link
https://codesandbox.io/s/solitary-fast-4fgmx?file=/src/App.vue
Steps to reproduce
- Create a keyed looped template with 2 child elements.
- Wrap this template with transition-group.
What is expected?
No [Vue warn]:
What is actually happening?
[Vue warn]:
This was not an issue in Vue2 as we were able to manually specify key for child elements inside template.