fix: 修复部分情况发现循环渲染问题

This commit is contained in:
liujuping 2022-03-07 20:54:52 +08:00
parent de5d0650df
commit 72098d6550

View File

@ -451,9 +451,8 @@ export function leafWrapper(Comp: types.IBaseRenderer, {
nodeChildren: nextChild,
childrenInState: true,
});
this.judgeMiniUnitRender();
});
this.judgeMiniUnitRender();
dispose && this.disposeFunctions.push(dispose);
}