Frontmatter
| id | 8821 |
| title | feat: Track in-flight descendants in VDomUpdate |
| state | Closed |
| labels | enhancementaicore |
| assignees | tobiu |
| createdAt | Jan 20, 2026, 1:26 AM |
| updatedAt | Jan 20, 2026, 4:48 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8821 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 20, 2026, 4:48 AM |

Implement a mechanism for children to inform parents of in-flight updates without parents walking down the tree.
VDomUpdateto trackdescendantInFlightMap.registerInFlightUpdateto walk up the tree (usingComponentManager.getParentIds) and register the update on ancestors.unregisterInFlightUpdateto cleanup.getInFlightDescendants(ownerId)method.