Match-id-9bffeeea7e66bff2477c913ce3b955ac551fd483
This commit is contained in:
parent
09831eef5c
commit
119cf01c4c
|
@ -69,7 +69,7 @@ function mountInstance(clazz, processing: VNode, nextProps: object) {
|
||||||
function createChildren(clazz: any, processing: VNode) {
|
function createChildren(clazz: any, processing: VNode) {
|
||||||
markRef(processing);
|
markRef(processing);
|
||||||
|
|
||||||
ProcessingVNode.val = processing;
|
setProcessingClassVNode(processing);
|
||||||
processing.state = processing.realNode.state;
|
processing.state = processing.realNode.state;
|
||||||
|
|
||||||
const inst = processing.realNode;
|
const inst = processing.realNode;
|
||||||
|
|
Loading…
Reference in New Issue