We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5591ad commit eab6e2cCopy full SHA for eab6e2c
packages/runtime-core/src/renderer.ts
@@ -1063,7 +1063,7 @@ function baseCreateRenderer(
1063
(isHmrUpdating || patchFlag & PatchFlags.DEV_ROOT_FRAGMENT)) ||
1064
(n1 || n2).patchFlag === PatchFlags.BAIL
1065
) {
1066
- // HMR updated / Dev root fragment (w/ comments) , force full diff
+ // HMR updated / Dev root fragment (w/ comments), force full diff
1067
patchFlag = 0
1068
optimized = false
1069
dynamicChildren = null
0 commit comments