Frontmatter
| id | 4637 |
| title | component.Base: edge case where inside the dist mode a vdom update call gets created without having a vnode |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Aug 4, 2023, 1:43 PM |
| updatedAt | Aug 4, 2023, 1:43 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4637 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 4, 2023, 1:43 PM |
this one is a bit strange: it does not seem to happen inside the pure dev mode.
there seem to be edge cases, where a component has
mounted: true, but does not have a vnode yet.i will add a hotfix for now.