Frontmatter
| id | 6368 |
| title | component.Base: #executeVdomUpdate() => remove the vdom & vnode params |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 3, 2025, 7:28 PM |
| updatedAt | Feb 3, 2025, 7:28 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6368 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 3, 2025, 7:28 PM |
The params were intended for sub-updates, which never got implemented and are probably not needed.
I did run into edge-case issues, where the vnode got cloned and an outdated version got sent to the worker.
update()needs to get rid of the params toopromiseUpdate()needs to get rid of the vdom & vnode params