Comments inside Transition are considered as a node
Version
3.2.31
Reproduction link
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
error
What 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:
use transition-group instead. see sfc