Skip to content

Commit cd34603

Browse files
authored
fix(runtime-core): pass prev value to hostPatchProp (#809)
fix #808
1 parent 54a0e93 commit cd34603

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
@@ -831,7 +831,7 @@ function baseCreateRenderer<
831831
el,
832832
key,
833833
null,
834-
null,
834+
oldProps[key],
835835
isSVG,
836836
vnode.children as HostVNode[],
837837
parentComponent,

0 commit comments

Comments
 (0)