fix(ssr): fix ssr on-the-fly compilation + slot fallback branch helper injection
This commit is contained in:
@@ -410,7 +410,7 @@ function createSuspenseBoundary<HostNode, HostElement>(
|
||||
if (__DEV__) {
|
||||
pushWarningContext(vnode)
|
||||
}
|
||||
handleSetupResult(instance, asyncSetupResult, suspense)
|
||||
handleSetupResult(instance, asyncSetupResult, suspense, false)
|
||||
// unset placeholder, otherwise this will be treated as a hydration mount
|
||||
vnode.el = null
|
||||
setupRenderEffect(
|
||||
|
||||
Reference in New Issue
Block a user