Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 4, 2023
1 parent 6a4bda1 commit 26db986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/components/Suspense.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ function createSuspenseBoundary(
move(
pendingBranch!,
container,
next(activeBranch),
next(activeBranch!),
MoveType.ENTER
)
queuePostFlushCb(effects)
Expand Down

0 comments on commit 26db986

Please sign in to comment.