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.
2 parents 34aef00 + 7c5aafc commit 1923336Copy full SHA for 1923336
src/lazy.js
@@ -42,6 +42,7 @@ options.__e = (err, newVNode, oldVNode) => {
42
while ((v = v.__)) {
43
if (v.__c && v.__c.__c) {
44
if (newVNode.__e == null) {
45
+ newVNode.__c.__z = [oldVNode.__e];
46
newVNode.__e = oldVNode.__e; // ._dom
47
newVNode.__k = oldVNode.__k; // ._children
48
}
0 commit comments