We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f007dc0 + ba9f17e commit b0a78a0Copy full SHA for b0a78a0
1 file changed
src/reconcile.ts
@@ -70,6 +70,7 @@ const suspenseRender = (fiber, promise) => {
70
}
71
const fallbackFragment = simpleVnode(boundary.props.fallback)
72
fallbackFragment.key = SUSPENSE_FALLBACK_KEY
73
+ boundary.kids = []
74
reconcileChildren(boundary, [primaryChildFragment, fallbackFragment])
75
let pSet = suspendPromiseMap.get(promise)
76
if(!pSet) {
0 commit comments