Skip to content

Commit 1923336

Browse files
authored
Merge pull request #67 from preactjs/set-excess
2 parents 34aef00 + 7c5aafc commit 1923336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lazy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ options.__e = (err, newVNode, oldVNode) => {
4242
while ((v = v.__)) {
4343
if (v.__c && v.__c.__c) {
4444
if (newVNode.__e == null) {
45+
newVNode.__c.__z = [oldVNode.__e];
4546
newVNode.__e = oldVNode.__e; // ._dom
4647
newVNode.__k = oldVNode.__k; // ._children
4748
}

0 commit comments

Comments
 (0)