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