Skip to content

Commit eab6e2c

Browse files
committed
chore: update test
1 parent b5591ad commit eab6e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/renderer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ function baseCreateRenderer(
10631063
(isHmrUpdating || patchFlag & PatchFlags.DEV_ROOT_FRAGMENT)) ||
10641064
(n1 || n2).patchFlag === PatchFlags.BAIL
10651065
) {
1066-
// HMR updated / Dev root fragment (w/ comments) , force full diff
1066+
// HMR updated / Dev root fragment (w/ comments), force full diff
10671067
patchFlag = 0
10681068
optimized = false
10691069
dynamicChildren = null

0 commit comments

Comments
 (0)