Frontmatter
| id | 3936 |
| title | Neo.applyClassConfig() => adjust the logic for the new config structure => observable mixin |
| state | Closed |
| labels | enhancementhelp wanted |
| assignees | [] |
| createdAt | Jan 24, 2023, 8:57 AM |
| updatedAt | Jan 24, 2023, 5:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3936 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 24, 2023, 5:26 PM |

inside the
getConfig-refactoringbranch, the logic is mostly done.however, right now the
core.Observablemixin is getting applied to all classes (does not happen in die normal version).the issue is most likely inside these 100 lines: https://github.com/neomjs/neo/blob/dev/src/Neo.mjs#L50