Skip to content

Commit 96aeb24

Browse files
committed
chore: remove unnecessary statements
1 parent 85c8040 commit 96aeb24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/runtime-core/src/renderer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,12 +1459,10 @@ function baseCreateRenderer(
14591459
// this will cause crash because we don't know the root node yet
14601460
if (nonHydratedAsyncRoot) {
14611461
// only sync the properties and abort the rest of operations
1462-
toggleRecurse(instance, false)
14631462
if (next) {
14641463
next.el = vnode.el
14651464
updateComponentPreRender(instance, next, optimized)
14661465
}
1467-
toggleRecurse(instance, true)
14681466
// and continue the rest of operations once the deps are resolved
14691467
nonHydratedAsyncRoot.asyncDep!.then(() => {
14701468
// the instance may be destroyed during the time period

0 commit comments

Comments
 (0)