`:slotted` styles not being applied if slot is wrapped in `TransitionGroup`
Vue version
3.2.45
Link to minimal reproduction
Steps to reproduce
Wrap the slot contents in a TransitionGroup
What is expected?
The :slotted
selector should style the contents of the TransitionGroup
What is actually happening?
Styles are not being applied to the contents of the TransitionGroup
System Info
No response
Any additional comments?
:deep
can be used instead and it doesn't have the same bug, but it may not be the perfect solution in all cases.