chore: fix setRef usage
This commit is contained in:
@@ -226,8 +226,8 @@ export function createHydrationFunctions(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ref != null && parentComponent) {
|
if (ref != null) {
|
||||||
setRef(ref, null, parentComponent, parentSuspense, vnode)
|
setRef(ref, null, parentSuspense, vnode)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nextNode
|
return nextNode
|
||||||
|
|||||||
Reference in New Issue
Block a user