Skip to content

Commit 1923f4a

Browse files
authored
chore: comment [skip ci]
1 parent dae590b commit 1923f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/components/Suspense.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ function createSuspenseBoundary(
517517
},
518518

519519
fallback(fallbackVNode) {
520-
// avoid displaying the fallback/emitting node if there isn't any
520+
// avoid emitting fallback and displaying the fallback node if there isn't any
521521
if (!suspense.pendingBranch || fallbackVNode.type === Comment) {
522522
return
523523
}

0 commit comments

Comments
 (0)