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.
1 parent 85c8040 commit 96aeb24Copy full SHA for 96aeb24
packages/runtime-core/src/renderer.ts
@@ -1459,12 +1459,10 @@ function baseCreateRenderer(
1459
// this will cause crash because we don't know the root node yet
1460
if (nonHydratedAsyncRoot) {
1461
// only sync the properties and abort the rest of operations
1462
- toggleRecurse(instance, false)
1463
if (next) {
1464
next.el = vnode.el
1465
updateComponentPreRender(instance, next, optimized)
1466
}
1467
- toggleRecurse(instance, true)
1468
// and continue the rest of operations once the deps are resolved
1469
nonHydratedAsyncRoot.asyncDep!.then(() => {
1470
// the instance may be destroyed during the time period
0 commit comments