Skip to content

Commit

Permalink
fix(runtime-core): pass prev value to hostPatchProp (#809)
Browse files Browse the repository at this point in the history
fix #808
  • Loading branch information
hareku committed Mar 9, 2020
1 parent 54a0e93 commit cd34603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/renderer.ts
Expand Up @@ -831,7 +831,7 @@ function baseCreateRenderer<
el,
key,
null,
null,
oldProps[key],
isSVG,
vnode.children as HostVNode[],
parentComponent,
Expand Down

0 comments on commit cd34603

Please sign in to comment.