Frontmatter
| id | 3304 |
| title | controller.Base: move the first onHashChange from ctor to onConstructed() |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jul 20, 2022, 8:59 AM |
| updatedAt | Jul 20, 2022, 9:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3304 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 20, 2022, 9:29 AM |
the timing inside the ctor can be too early => before the
controller.Componentctor is done andthis.referencesare registered.