Frontmatter
| id | 6446 |
| title | collection.Base: prevent bubbling changes upwards for now |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 11, 2025, 11:57 PM |
| updatedAt | Feb 12, 2025, 12:23 AM |
| githubUrl | https://github.com/neomjs/neo/issues/6446 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 12, 2025, 12:23 AM |
allItemscollection with the current collection as its sourcethe problem is e.g. clearing a store => mutate => clearing the
allItemscollection (correct)now this would push the same changes upwards again, which must not happen.
needs a follow-up ticket.