Frontmatter
| id | 5546 |
| title | tests/VdomHelper: adjust the replaceChild delta test |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 9, 2024, 1:30 PM |
| updatedAt | Jul 9, 2024, 1:31 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5546 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 9, 2024, 1:31 PM |
we need to switch to
moveNode&removeNodeinstead, since addingreplaceChildto the new logic does not feel worth it => way too expensive.