Frontmatter
| id | 1741 |
| title | model.Component: add support for models without using a data config |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 9, 2021, 8:21 PM |
| updatedAt | Apr 9, 2021, 8:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1741 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2021, 8:24 PM |
we did not need this before, since the only thing models were using was the data config.
now, with adding a stores config into the mix, the data config should be optional.
the class still triggers
createDataProperties()resulting in an error.looking into this now!