You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a wrapped transition (transition component as root and a slot)
Use that transition on a single child component with a structural directive (v-if)
What is expected?
Should produce no warnings
What is actually happening?
A warning is displayed:
[Vue warn]: <TransitionGroup> children must be keyed.
at <Anonymous tag="div" name="transition-test" > ""
at <TransitionComponent> ""
at <App> ""
at <Anonymous> (Root)
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.9
Reproduction link
https://codesandbox.io/s/strange-cache-ert3j
Steps to reproduce
What is expected?
Should produce no warnings
What is actually happening?
A warning is displayed:
The text was updated successfully, but these errors were encountered: