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
There is an existing completed issue #5836 for making Transition component sniff out nested Teleport. This work has already been completed, but only for the Transition component. Would it be possible to add the same treatment to the TransitionGroup component, to keep the behavior consistent?
Use case:
I am rendering a list of renderless components that use a root-level Teleport inside of them to render their content elsewhere in the DOM. It would be great if I could wrap the v-for in a TransitionGroup and have the animation play for all of the teleported elements. Currently, I am getting a warning Component inside <Transition> renders non-element root node that cannot be animated. when attempting to do just that (and no animation plays), while the same thing is supported with the Transition component when rendering single components.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is an existing completed issue #5836 for making
Transitioncomponent sniff out nestedTeleport. This work has already been completed, but only for theTransitioncomponent. Would it be possible to add the same treatment to theTransitionGroupcomponent, to keep the behavior consistent?Use case:
I am rendering a list of renderless components that use a root-level
Teleportinside of them to render their content elsewhere in the DOM. It would be great if I could wrap thev-forin aTransitionGroupand have the animation play for all of the teleported elements. Currently, I am getting a warningComponent inside <Transition> renders non-element root node that cannot be animated.when attempting to do just that (and no animation plays), while the same thing is supported with theTransitioncomponent when rendering single components.Beta Was this translation helpful? Give feedback.
All reactions