Frontmatter
| id | 5376 |
| title | component.Base: notify parents about running updates |
| state | Closed |
| labels | enhancementstale |
| assignees | tobiu |
| createdAt | Mar 28, 2024, 5:13 PM |
| updatedAt | Sep 11, 2024, 4:27 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5376 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 11, 2024, 4:27 AM |
we already have logic in place that a child component can not trigger an
update()while a parent update is running.however, if a child starts an update and then a parent starts an update before the new child vnode got back, we can get into trouble.
@ThorstenRaab @ki1pen