Match-id-9bffeeea7e66bff2477c913ce3b955ac551fd483

This commit is contained in:
* 2022-01-21 10:14:47 +08:00 committed by *
parent 09831eef5c
commit 119cf01c4c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function mountInstance(clazz, processing: VNode, nextProps: object) {
function createChildren(clazz: any, processing: VNode) {
markRef(processing);
ProcessingVNode.val = processing;
setProcessingClassVNode(processing);
processing.state = processing.realNode.state;
const inst = processing.realNode;