Frontmatter
| id | 6055 |
| title | manager.Component: addVnodeComponentReferences() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 5, 2024, 5:00 PM |
| updatedAt | Nov 5, 2024, 10:42 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6055 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 6045 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 5, 2024, 5:01 PM |
when retrieving a new
vnodetree, we need to first delegate subtrees to related child components and then flatten each cmp based tree by adding cmp reference ids to keep the vdom & vnode trees in sync.