Frontmatter
| id | 3308 |
| title | component.Base: syncVnodeTree() => parents update |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jul 20, 2022, 11:03 AM |
| updatedAt | Jul 20, 2022, 2:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3308 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 20, 2022, 2:22 PM |
component.Base: syncVnodeTree() => parents update
tobiu assigned to @tobiu on Jul 20, 2022, 11:03 AM
tobiu closed this issue on Jul 20, 2022, 11:05 AM
tobiu reopened this issue on Jul 20, 2022, 2:20 PM

tobiu
Jul 20, 2022, 2:20 PM
we can remove this check again => see https://github.com/neomjs/neo/issues/3312
tobiu closed this issue on Jul 20, 2022, 2:22 PM
there is a rare edge case, in which parents don't have a vnode yet (race condition).
while this should not happen in theory, adding a check to prevent errors feels needed.