Frontmatter
| id | 2370 |
| title | model.Component: getPlainData() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 15, 2021, 6:58 PM |
| updatedAt | Jun 15, 2021, 7:00 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2370 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 15, 2021, 7:00 PM |
the current approach:
works well for only getting the values inside an object tree structure (excluding custom get() / set() based props), but it is not sufficient for non primitive values. E.g. dates get replaced by strings, which is bad.