Frontmatter
| id | 1914 |
| title | component.Base: afterSetAppName() => check the css map |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Apr 30, 2021, 7:17 PM |
| updatedAt | May 5, 2021, 10:05 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1914 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 5, 2021, 10:05 AM |
this config needs to check if the current className is already inside the css map.
if not: add it, trigger a file load in main, walk up the proto chain until there is a match (or you arrive at component.Base) and add all files to the map (also triggering a file load).