Frontmatter
| id | 2543 |
| title | selection.Model: items => items_ |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jun 29, 2021, 11:39 PM |
| updatedAt | Jun 29, 2021, 11:39 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2543 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 29, 2021, 11:39 PM |
the config was storing an array which got shared on prototype level.
a
beforeGet()assignment can fix this.