The subcomponents use V-for and static useslot() Default() is different
Version
3.2.33
Reproduction link
Steps to reproduce
View console output
What is expected?
static console:[slot, slot]; v-for console:[slot, slot]
What is actually happening?
static console: [slot, slot]; v-for console:[{ children: [slot, slot] }]
I'm not sure if this is a bug. If it's not a bug, how should I deal with these two situations