Frontmatter
| id | 2611 |
| title | data.RecordFactory: isRecord() => support for dist/prod |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 16, 2021, 2:16 PM |
| updatedAt | Jul 16, 2021, 2:17 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2611 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 16, 2021, 2:17 PM |
Checking the ctor.name won't work in dist/prod, since class names do get minified.
We need a new record property (symbol) to resolve this.