Frontmatter
| id | 3762 |
| title | ComponentModel store entries should default to being typed as stores |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Jan 4, 2023, 2:51 AM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3762 |
| author | maxrahder |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
If you configure a component model stores entry, and forget to add
moduleorntype:'store'it doesn't create a store. (The entry ends up having the value null.) Is there a use case for anystoresentry being anything other than a store config? If not, then it should have that default. :-)