Skip to content

Commit efb844b

Browse files
authored
Merge pull request #35 from vatro/master
Fixes #2
2 parents 00c4d8d + c932e3b commit efb844b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runtime/proxy.js

-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ const copyComponentProperties = (proxy, cmp, previous) => {
108108
// gives... if it throws an error, we want to throw the same error in
109109
// order to most closely follow non-hmr behaviour.
110110
cmp[prop] = value
111-
// who knows? maybe the value has been transformed somehow
112-
proxy[prop] = cmp[prop]
113111
},
114112
})
115113
return true

0 commit comments

Comments
 (0)