feat(server-renderer): render suspense in vnode mode (#727)
This commit is contained in:
committed by
GitHub
parent
e12ddd96ba
commit
589aeb402c
@@ -449,7 +449,7 @@ function createSuspenseBoundary<HostNode, HostElement>(
|
||||
return suspense
|
||||
}
|
||||
|
||||
function normalizeSuspenseChildren(
|
||||
export function normalizeSuspenseChildren(
|
||||
vnode: VNode
|
||||
): {
|
||||
content: VNode
|
||||
|
||||
Reference in New Issue
Block a user