Frontmatter
| id | 1829 |
| title | model.Component: the data properties capturing regex does not fit for dist/production anymore |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 20, 2021, 2:02 PM |
| updatedAt | Apr 20, 2021, 2:03 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1829 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 20, 2021, 2:03 PM |
while it does work fine for the development mode as well as dist/development, the minifying is a problem here.
value: data => `${data.button1Text}`will get changed to e.g.:
value: e => `${e.button1Text}`so we need a capturing group to check for "data" or a single character