Frontmatter
| id | 5391 |
| title | collection.Base: isObject() checks no longer honor records |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Apr 12, 2024, 5:06 PM |
| updatedAt | Apr 12, 2024, 5:33 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5391 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 12, 2024, 5:33 PM |
this causes issues, e.g. for finding indexes properly.
we need a new
isItem()helper to check for objects or records.