Frontmatter
| id | 4685 |
| title | component.Base: updateVdom() should become the single source of truth |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 9, 2023, 6:08 PM |
| updatedAt | Aug 9, 2023, 9:58 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4685 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 9, 2023, 9:58 PM |
meaning
afterSetVdom()should just call it and all gatekeepers need to end up insideupdateVdom().this ensure a consistent behavior for
promiseVdomUpdate().long overdue, but needs testing.