Frontmatter
| id | 6112 |
| title | component.Base: updateVdom() => remove the reference check |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 14, 2024, 6:51 PM |
| updatedAt | Nov 14, 2024, 6:54 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6112 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 14, 2024, 6:54 PM |
in v8, containers no longer store references to the vdom of child items, so we do not need to enforce it as strict as before.