Frontmatter
| id | 4542 |
| title | model.Component with a store & listeners throws a JS error |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | Jul 12, 2023, 2:31 PM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4542 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
we just encountered this inside our neo training: a view model has a stores config with a custom store which has an url, autoLoad. adding listeners like
listeners: {load: items => console.log(items)}did not work.we should create a small example and debug it.