Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Sep 29, 2023
1 parent b5591ad commit eab6e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ function baseCreateRenderer(
(isHmrUpdating || patchFlag & PatchFlags.DEV_ROOT_FRAGMENT)) ||
(n1 || n2).patchFlag === PatchFlags.BAIL
) {
// HMR updated / Dev root fragment (w/ comments) , force full diff
// HMR updated / Dev root fragment (w/ comments), force full diff
patchFlag = 0
optimized = false
dynamicChildren = null
Expand Down

0 comments on commit eab6e2c

Please sign in to comment.