chore: fix setRef usage
This commit is contained in:
parent
5a19bb5320
commit
4307610c35
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user