From 41a611fb8c85469020543ec7b0f6457ba745e784 Mon Sep 17 00:00:00 2001 From: YuJian Date: Fri, 22 Apr 2022 17:39:55 +0800 Subject: [PATCH] vault backup: 2022-04-22 17:39:55 --- .../React 的深入探索 - commitMutationEffects.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitMutationEffects.md b/React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitMutationEffects.md index 63e2c79..d7d492e 100644 --- a/React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitMutationEffects.md +++ b/React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitMutationEffects.md @@ -23,4 +23,6 @@ commitPlacement ### getHostParetFiber -一直递归向上查找,直到找到 HostComponent 为止 \ No newline at end of file +一直递归向上查找,直到找到 HostComponent 为止 + +如果父 Fiber 节点上存在 ConentReset 标记,就要先执行 resetTextConent 函数,然后会找到当前 Fiber 节点的 Host 类型的兄弟节点 \ No newline at end of file