chore: fix setRef usage

This commit is contained in:
Evan You 2020-11-30 20:07:06 -05:00
parent 5a19bb5320
commit 4307610c35

View File

@ -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