Frontmatter
| id | 1251 |
| title | controller.Component: onViewParsed() => ensure the method only gets triggered once |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 15, 2020, 11:15 AM |
| updatedAt | Oct 15, 2020, 11:15 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1251 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 15, 2020, 11:15 AM |
onViewConstructed() will call itself recursively, so we need to add a check to ensure onViewParsed() will only get called for the top level.