Frontmatter
| id | 6577 |
| title | manager.Component: getVnodeTree() => add a check if the queried cmp exists |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Mar 17, 2025, 3:11 PM |
| updatedAt | Mar 17, 2025, 3:19 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6577 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 17, 2025, 3:19 PM |
I stumbled upon an edge case, where there is no cmp found for a given cmp id =>
code.LivePreview=> changing the value inside the IDE results in JS errors.Assumption: it happens when a cmp is getting destroyed.