Frontmatter
| id | 6191 |
| title | util.Logger: ensure component parent paths do not contain duplicate items |
| state | Closed |
| labels | enhancementno auto close |
| assignees | tobiu |
| createdAt | Jan 8, 2025, 11:54 AM |
| updatedAt | Apr 9, 2025, 12:00 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6191 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2025, 12:00 PM |
manager.Componentdoes now honor wrapper node ids for wrapped components.as a side effect, cmps can now get found twice => for the node id and for the wrapper node id:
changing the logger would be like fixing the symptoms. to address the root cause,
manager.Componentshould not return duplicate matches => i might address this one instead.