const _insertionAnchor = insertionAnchor
if (isHydrating) {
locateHydrationNode()
+ } else {
+ resetInsertionState()
}
- const instance = currentInstance as VaporComponentInstance
+ const instance = i || (currentInstance as VaporComponentInstance)
const rawSlots = instance.rawSlots
const slotProps = rawProps
? new Proxy(rawProps, rawPropsProxyHandlers)