Frontmatter
| id | 6072 |
| title | component.Base: executeVdomUpdate() => reset update depth to the proto value |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 6, 2024, 3:19 PM |
| updatedAt | Nov 6, 2024, 3:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6072 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 6045 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 6, 2024, 3:20 PM |
setting the
updateDepthto 1 was just a hack, since class extensions of component.Base can set different default values.we need to honor them.