We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7834a commit 51e43e0Copy full SHA for 51e43e0
packages/runtime-core/src/componentRenderUtils.ts
@@ -309,7 +309,7 @@ export function shouldUpdateComponent(
309
return true
310
}
311
312
- if (optimized && patchFlag > 0) {
+ if (optimized && patchFlag >= 0) {
313
if (patchFlag & PatchFlags.DYNAMIC_SLOTS) {
314
// slot content that references values that might have changed,
315
// e.g. in a v-for
0 commit comments