Frontmatter
| id | 2462 |
| title | calendar.view.week.Component: ctor check if both stores have data |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 24, 2021, 9:15 PM |
| updatedAt | Jun 24, 2021, 9:34 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2462 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 24, 2021, 9:34 PM |
so far it was a race condition between the calendars and event stores.
with lazy loading for the views in place, it can happen that the view module arrives after both stores got loaded already.
a simple ctor check can resolve this.