Frontmatter
| id | 3794 |
| title | clearFilter() in collection produces an extra item in the map |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Jan 5, 2023, 8:30 PM |
| updatedAt | Jan 5, 2023, 9:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3794 |
| author | Dinkh |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 5, 2023, 9:25 PM |
Map.filters = [{property: 'running', value: false}]; Map.clearFilters();This seems to be a problem in collectionBase:filter:671 It seems that components are added twice.