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
3.2.31
sfc.vuejs.org/
Just add comments inside Transition and you can see it breaks by showing a <transition> can only be used on a single element or component error
<transition> can only be used on a single element or component
The transition component should work as expected since comments are not real DOM elements.
Vue shows an error saying: can only be used on a single element or component
The text was updated successfully, but these errors were encountered:
use transition-group instead. see sfc
Sorry, something went wrong.
@posva I tested this one on my PR of #5266, its not a duplicate.
62eba63
Successfully merging a pull request may close this issue.
Version
3.2.31
Reproduction link
sfc.vuejs.org/
Steps to reproduce
Just add comments inside Transition and you can see it breaks by showing a
<transition> can only be used on a single element or component
errorWhat is expected?
The transition component should work as expected since comments are not real DOM elements.
What is actually happening?
Vue shows an error saying:
can only be used on a single element or component
The text was updated successfully, but these errors were encountered: