Frontmatter
| id | 6115 |
| title | util.VNode: findChildVnode() => find() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 18, 2024, 11:58 AM |
| updatedAt | Nov 18, 2024, 9:41 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6115 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 18, 2024, 9:41 PM |
minor breaking change (already did the same for util.VDom).
a search inside the tree is obviously intended to find a child node, so we can shorten the name.