Open
Description
If it can help someone, I fixed it in the release dist file:
return createVNode(
Tag,
{
key: uniqueKey,
ref: rootRef,
},
{
default: function _default() {
return [
createVNode(
Comp,
_objectSpread2(
_objectSpread2({}, mergedProps),
{} // <--- moved "scopedSlots" from here
),
scopedSlots, // <--- to here, should be third param of createVNode
),
]
},
},
)
Metadata
Metadata
Assignees
Labels
No labels